diff --git a/legacy/ecore/debian/control b/legacy/ecore/debian/control index 80e2a06756..c2ab733ea3 100644 --- a/legacy/ecore/debian/control +++ b/legacy/ecore/debian/control @@ -98,7 +98,7 @@ Description: Ecore frame buffer system functions Package: libecore0-file Architecture: any Section: libs -Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libcurl3, libfam0 | libfam0c102 | libgamin0 +Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libcurl3 Provides: libecore-file Description: Ecore File Library This is the core event abstraction layer and X abstraction layer that makes diff --git a/legacy/ecore/debian/rules b/legacy/ecore/debian/rules index bf4d60475d..b24b55ae1c 100644 --- a/legacy/ecore/debian/rules +++ b/legacy/ecore/debian/rules @@ -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 +DEB_CONFIGURE_EXTRA_FLAGS := --disable-ecore-evas-dfb --disable-ecore-dfb --enable-ecore-fb clean:: if [ -f $(CURDIR)/../../snapshot ]; then ./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb; fi diff --git a/legacy/edje/debian/control b/legacy/edje/debian/control index 3dfe76e699..cf20e65fb9 100644 --- a/legacy/edje/debian/control +++ b/legacy/edje/debian/control @@ -2,6 +2,7 @@ Source: edje Section: libs Priority: optional Maintainer: E17 Debian Team +Suggests: edje0-bin Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.3-1.1), automake1.7 | automaken, libtool, libeet-dev, libecore-dev, libevas-dev, libembryo-dev Standards-Version: 3.6.2.2 @@ -47,6 +48,7 @@ Package: libedje0-dev Architecture: any Section: libdevel Architecture: any +Suggests: edje0-bin Depends: libedje0 (= ${Source-Version}), libeet-dev, libecore-dev, libevas-dev, libembryo-dev Provides: libedje-dev Description: Edje headers, static libraries and documentation diff --git a/legacy/evas/Makefile.am b/legacy/evas/Makefile.am index 280cc58ebf..55edd8b7df 100644 --- a/legacy/evas/Makefile.am +++ b/legacy/evas/Makefile.am @@ -34,12 +34,17 @@ EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN evas.c.in gendoc \ debian/libevas0-engine-xrender.install \ debian/libevas0-engines-all.install \ debian/libevas0-loader-eet.install \ + debian/libevas0-loader-gif.install \ debian/libevas0-loader-jpeg.install \ debian/libevas0-loader-png.install \ + debian/libevas0-loader-svg.install \ + debian/libevas0-loader-tiff.install \ + debian/libevas0-loader-xpm.install \ debian/libevas0-loaders-all.install \ debian/libevas0-saver-eet.install \ debian/libevas0-saver-jpeg.install \ debian/libevas0-saver-png.install \ + debian/libevas0-saver-tiff.install \ debian/libevas0-savers-all.install \ debian/libevas0.install \ debian/rules diff --git a/legacy/evas/configure.in b/legacy/evas/configure.in index fa4026bf98..bce100e5bd 100644 --- a/legacy/evas/configure.in +++ b/legacy/evas/configure.in @@ -1,4 +1,4 @@ -bn# get rid of that stupid cache mechanism +# get rid of that stupid cache mechanism rm -f config.cache AC_INIT(configure.in)