ecore: build ecore desktop

The debian packaging has a libecore0-desktop package, so
build ecore desktop so there is something to go in it.


SVN revision: 33780
This commit is contained in:
Horms 2008-02-18 07:36:08 +00:00
parent 4cbf4bedd5
commit 37b3aecac8
1 changed files with 1 additions and 1 deletions

View File

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