소스 검색

grep depends on gettext

Ulf Samuelsson 18 년 전
부모
커밋
048700a3d1
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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