]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
pango: use the new gettext logic
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Jul 2017 21:07:52 +0000 (23:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Jul 2017 23:28:46 +0000 (01:28 +0200)
This commit switches to use the new gettext logic, which involves:

 - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
   on gettext/host-gettext

 - dropping BR2_PACKAGE_GETTEXT selection

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pango/Config.in
package/pango/pango.mk

index 7813c4ebaff667f009aaf214598de1adc6c4c967..dd2117aa4ad9b1de0129c8c5cd89b2db6822361f 100644 (file)
@@ -11,7 +11,6 @@ config BR2_PACKAGE_PANGO
        select BR2_PACKAGE_FONTCONFIG
        select BR2_PACKAGE_FREETYPE
        select BR2_PACKAGE_HARFBUZZ
-       select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
        help
          Pango is a library for laying out and rendering of text, with an
index 2f2d580959511c6064d8af1144e36ff8c3f54d3b..7556f0ba8554ead7ab54344338cb962a091abe0a 100644 (file)
@@ -17,7 +17,7 @@ PANGO_CONF_OPTS = --enable-explicit-deps=no
 HOST_PANGO_CONF_OPTS = --enable-explicit-deps=no
 
 PANGO_DEPENDENCIES = \
-       $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
+       $(TARGET_NLS_DEPENDENCIES) \
        host-pkgconf \
        libglib2 \
        cairo \