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:
parent
267022d7f7
commit
f6c7d57cab
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user