ecore: use DEB_CONFIGURE_EXTRA_FLAGS in rules file

Use DEB_CONFIGURE_EXTRA_FLAGS in the rules file
rather than duplicating the flags in the invocation
of ./autogen.sh


SVN revision: 33779
This commit is contained in:
Horms 2008-02-18 07:34:43 +00:00
parent 54f624a83b
commit 4cbf4bedd5
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb
debian/stamp-autotools-files:
./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb
./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)
touch debian/stamp-autotools-files