diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-25 17:47:03 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-25 17:47:03 +0000 |
commit | 9f9e02025e1b904250d960d01ba9d441f7a4a638 (patch) | |
tree | a899f0eb33721da3f7a3f4ddc14d1bffb8e64c8e /package/gettext/Config.in | |
parent | 54f724280d1e57c23b7cdb8ad901e1652c05c3c6 (diff) | |
download | buildroot-novena-9f9e02025e1b904250d960d01ba9d441f7a4a638.tar.gz buildroot-novena-9f9e02025e1b904250d960d01ba9d441f7a4a638.zip |
add option to select target installation per case 0000519
Diffstat (limited to 'package/gettext/Config.in')
-rw-r--r-- | package/gettext/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/gettext/Config.in b/package/gettext/Config.in index bcb51ee89..9a606a1a2 100644 --- a/package/gettext/Config.in +++ b/package/gettext/Config.in @@ -7,3 +7,12 @@ config BR2_PACKAGE_GETTEXT messages. http://www.gnu.org/software/gettext/ + +config BR2_PACKAGE_LIBINTL + bool "libintl" + default n + help + Selecting this package installs all of gettext in the staging + directory and the shared library for it's use in the target. + + http://www.gnu.org/software/gettext/ |