[Buildroot] svn commit: trunk/buildroot/package/directfb

correa at uclibc.org correa at uclibc.org
Thu Oct 9 18:36:37 UTC 2008


Author: correa
Date: 2008-10-09 11:36:36 -0700 (Thu, 09 Oct 2008)
New Revision: 23645

Log:
Fix dependency on libungif

Modified:
   trunk/buildroot/package/directfb/directfb.mk


Changeset:
Modified: trunk/buildroot/package/directfb/directfb.mk
===================================================================
--- trunk/buildroot/package/directfb/directfb.mk	2008-10-09 18:36:18 UTC (rev 23644)
+++ trunk/buildroot/package/directfb/directfb.mk	2008-10-09 18:36:36 UTC (rev 23645)
@@ -84,6 +84,7 @@
 
 ifeq ($(BR2_PACKAGE_DIRECTFB_GIF),y)
 DIRECTFB_GIF:=--enable-gif
+DIRECTFB_DEP+= libungif
 else
 DIRECTFB_GIF:=--disable-gif
 endif




More information about the buildroot mailing list