Przeglądaj źródła

grep depends on gettext

Ulf Samuelsson 18 lat temu
rodzic
commit
048700a3d1
1 zmienionych plików z 3 dodań i 1 usunięć
  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