Explorar el Código

grep depends on gettext

Ulf Samuelsson hace 18 años
padre
commit
048700a3d1
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      package/grep/Config.in

+ 3 - 1
package/grep/Config.in

@@ -1,7 +1,9 @@
 config BR2_PACKAGE_GREP
 	bool "grep"
 	default n
+	select BR2_PACKAGE_GETTEXT
+	select BR2_PACKAGE_LIBINTL
 	help
 	  The GNU regular expression matcher.
-
+	  Needs gettext
 	  http://www.gnu.org/software/grep/grep.html