[Buildroot] [git commit master 1/1] directfb: png support is needed to build directfb-csource for the host

Peter Korsgaard jacmet at sunsite.dk
Sun Nov 7 09:42:45 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=f6c7d57cab8db670f3c2d216c02d1fec811c877f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/directfb/directfb.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 9192dc5..309659a 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
 
-- 
1.7.1



More information about the buildroot mailing list