diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-14 21:01:16 +0000 |
commit | 565e05c8a18ecb7ffff0018b598218d32399d8b7 (patch) | |
tree | a49e24c47e431bcb1de31bb6bd350bec74b7a457 /package/gettext | |
parent | 43f18ea31c3447da516bfad8d81c6490a93d9411 (diff) | |
download | buildroot-novena-565e05c8a18ecb7ffff0018b598218d32399d8b7.tar.gz buildroot-novena-565e05c8a18ecb7ffff0018b598218d32399d8b7.zip |
packages: fix pkgconfig depencies and select pkgconfig where needed
Diffstat (limited to 'package/gettext')
-rw-r--r-- | package/gettext/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in index 34d431bb8..22686a5d9 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_GETTEXT bool "gettext" default n + select BR2_PACKAGE_PKGCONFIG help The GNU `gettext' utilities are a set of tools that provide a framework to help other GNU packages produce multi-lingual |