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
|
DIRECTFB_CONF_OPT += --with-tests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
HOST_DIRECTFB_DEPENDENCIES = host-pkg-config
|
HOST_DIRECTFB_DEPENDENCIES = host-pkg-config host-libpng
|
||||||
HOST_DIRECTFB_CONF_OPT = \
|
HOST_DIRECTFB_CONF_OPT = \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-multi \
|
--disable-multi \
|
||||||
|
--enable-png \
|
||||||
--with-gfxdrivers=none \
|
--with-gfxdrivers=none \
|
||||||
--with-inputdrivers=none
|
--with-inputdrivers=none
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user