gdk-pixbuf: build x11 support, if appropriate
If libX11 is available, then gdk-pixbuf can be built with X11 support. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
663a1b6241
commit
d27d40b0de
@ -34,6 +34,11 @@ else
|
||||
GDK_PIXBUF_DEPENDENCIES += tiff
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
|
||||
GDK_PIXBUF_CONF_OPT += --with-x11
|
||||
GDK_PIXBUF_DEPENDENCIES += xlib_libX11
|
||||
endif
|
||||
|
||||
GDK_PIXBUF_DEPENDENCIES += \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) \
|
||||
$(if $(BR2_ENABLE_LOCALE),,libiconv) \
|
||||
|
Loading…
Reference in New Issue
Block a user