add configure flags to prevent building directfb support.

SVN revision: 21937
This commit is contained in:
kaethorn 2006-04-07 16:54:43 +00:00 committed by kaethorn
parent d323abfa87
commit 4694f5230a
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
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