Commit 435dfee0 authored by Baruch Siach's avatar Baruch Siach Committed by Peter Korsgaard
Browse files
parent 754f0015
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@ endif
ifneq ($(BR2_PACKAGE_TIFF),y)
GDK_PIXBUF_CONF_OPTS += --without-libtiff
else
GDK_PIXBUF_DEPENDENCIES += tiff
GDK_PIXBUF_DEPENDENCIES += tiff host-pkgconf
GDK_PIXBUF_CONF_ENV += \
	LIBS='$(shell $(PKG_CONFIG_HOST_BINARY) --libs libtiff-4)'
endif

ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)