]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
gdk-pixbuf: remove dependency on gettext
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 1 Nov 2012 14:36:16 +0000 (15:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Jul 2013 21:38:55 +0000 (23:38 +0200)
The dependency on gettext comes from libglib2, not from gdk-pixbuf
itself.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gdk-pixbuf/Config.in
package/gdk-pixbuf/gdk-pixbuf.mk

index 05de93416f970c9fe325743740830c64582ebac2..aaabae179fee8407d2baf8abf0c5f2fa5c1fc775 100644 (file)
@@ -3,7 +3,6 @@ config BR2_PACKAGE_GDK_PIXBUF
        depends on BR2_USE_WCHAR # glib2
        depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
        select BR2_PACKAGE_LIBGLIB2
-       select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
        select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        help
          Gdk-Pixbuf is an image loader and scaler. It uses GObject
index 87775bba1a3b4891ee87cdc91c3b06cca5c1c74b..8bfb35ddda30bad234084b0b73cb10b3e5a7c798 100644 (file)
@@ -42,7 +42,6 @@ GDK_PIXBUF_DEPENDENCIES += xlib_libX11
 endif
 
 GDK_PIXBUF_DEPENDENCIES += \
-       $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
        $(if $(BR2_ENABLE_LOCALE),,libiconv) \
        host-pkgconf libglib2