Enlightenment CVS committal Author : kaethorn Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/debian Modified Files: rules Log Message: add configure flags to prevent building directfb support. =================================================================== RCS file: /cvs/e/e17/libs/ecore/debian/rules,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- rules 29 Mar 2006 16:56:01 -0000 1.10 +++ rules 7 Apr 2006 16:54:43 -0000 1.11 @@ -6,6 +6,6 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_MAKE_CLEAN_TARGET := clean - +DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-evas-dfb --disable-ecore-dfb clean:: - if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --disable-ecore-dfb --disable-ecore-evas-dfb; fi + if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb; fi ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs