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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-11-07 10:42:45 +01:00
parent 267022d7f7
commit f6c7d57cab

View File

@ -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