mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
gdk-pixbuf: remove dependency on gettext
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>
This commit is contained in:
parent
3cb28e173c
commit
de1932aaff
@ -3,7 +3,6 @@ config BR2_PACKAGE_GDK_PIXBUF
|
|||||||
depends on BR2_USE_WCHAR # glib2
|
depends on BR2_USE_WCHAR # glib2
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
|
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
Gdk-Pixbuf is an image loader and scaler. It uses GObject
|
Gdk-Pixbuf is an image loader and scaler. It uses GObject
|
||||||
|
@ -42,7 +42,6 @@ GDK_PIXBUF_DEPENDENCIES += xlib_libX11
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
GDK_PIXBUF_DEPENDENCIES += \
|
GDK_PIXBUF_DEPENDENCIES += \
|
||||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
|
||||||
$(if $(BR2_ENABLE_LOCALE),,libiconv) \
|
$(if $(BR2_ENABLE_LOCALE),,libiconv) \
|
||||||
host-pkgconf libglib2
|
host-pkgconf libglib2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user