Commit 6a54ade5 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files
parent c28a6790
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PROCPS_NG
	bool "procps-ng"
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	help
	  Standard informational utilities and process-handling tools.
	  Provides things like kill, ps, uptime, free, top, etc...
+5 −0
Original line number Diff line number Diff line
@@ -12,4 +12,9 @@ PROCPS_NG_LICENSE_FILES = COPYING COPYING.LIB

PROCPS_NG_DEPENDENCIES = ncurses

ifeq ($(BR2_PACKAGE_GETTEXT),y)
PROCPS_NG_DEPENDENCIES += gettext
PROCPS_NG_CONF_OPT += LIBS=-lintl
endif

$(eval $(autotools-package))