Commit f6c7d57c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

directfb: png support is needed to build directfb-csource for the host

parent 267022d7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -123,12 +123,13 @@ ifeq ($(BR2_PACKAGE_DIRECTB_TESTS),y)
DIRECTFB_CONF_OPT += --with-tests
endif

HOST_DIRECTFB_DEPENDENCIES = host-pkg-config
HOST_DIRECTFB_DEPENDENCIES = host-pkg-config host-libpng
HOST_DIRECTFB_CONF_OPT = \
		--enable-shared \
		--disable-static \
		--disable-debug \
		--disable-multi \
		--enable-png \
		--with-gfxdrivers=none \
		--with-inputdrivers=none