From: Peter Korsgaard Date: Sun, 7 Nov 2010 09:42:45 +0000 (+0100) Subject: directfb: png support is needed to build directfb-csource for the host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6c7d57cab8db670f3c2d216c02d1fec811c877f;p=buildroot.git directfb: png support is needed to build directfb-csource for the host Signed-off-by: Peter Korsgaard --- diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk index 9192dc5895..309659abcd 100644 --- a/package/directfb/directfb.mk +++ b/package/directfb/directfb.mk @@ -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