]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
legacy: BR2_PACKAGE_LIBINTL is replaced by gettext
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 12 Nov 2012 10:08:32 +0000 (10:08 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 30 Nov 2012 20:07:35 +0000 (12:07 -0800)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in.legacy

index 04ccb92c6675abb2ad1ac6c712a8f4b93bc3f2db..7ddc6eaa2bcc91b6687e76756bb8d2b3ebcb9c9b 100644 (file)
@@ -48,6 +48,21 @@ if BR2_LEGACY_CHECK_2012_11
 # Legacy options from 2012.08
 #
 
+config BR2_PACKAGE_GETTEXT_STATIC
+       bool "libgettext.a is now selected by BR2_PREFER_STATIC_LIB"
+       select BR2_LEGACY
+       help
+         To build a static gettext library, select BR2_PREFER_STATIC_LIB.
+
+
+config BR2_PACKAGE_LIBINTL
+       bool "libintl"
+       select BR2_LEGACY
+       select BR2_PACKAGE_GETTEXT
+       help
+         libintl is now installed by selecting BR2_PACKAGE_GETTEXT. This now
+         only installs the library, not the executables.
+
 config BR2_PACKAGE_INPUT_TOOLS_EVTEST
        bool "input-tools evtest is now a separate package evtest"
        select BR2_LEGACY