From 3facb8922bc86b5bd21a0bebf983ff9ab2e15a10 Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Fri, 18 Nov 2011 11:13:15 +0900 Subject: [PATCH] Enable ecore x gesture extension support (a configure option added, dependency modified) --- debian/changelog | 9 +++++++++ debian/control | 2 ++ debian/rules | 1 + 3 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index f9d5479..4875538 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +ecore (1.1.0+svn.65303slp2+build04) unstable; urgency=low + + * Add a configure option to enable ecore x gesture extension support + * Add libxgesture-dev on Build-Depends section in debian/control + * Git: 165.213.180.234:/slp/pkgs/e/ecore + * Tag: ecore_1.1.0+svn.65303slp2+build04 + + -- Sung-Jin Park Fri, 18 Nov 2011 11:11:27 +0900 + ecore (1.1.0+svn.65303slp2+build03) unstable; urgency=low * Package Upload : because of build error diff --git a/debian/control b/debian/control index af2f40c..505ebdf 100755 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Build-Depends: dpkg-dev, cdbs, libeina-dev (>= 0.0.2.060+svn20100304), libeet-dev (>= 1.0.0), + libxgesture-dev, libevas-dev , libglib2.0-dev, libxcursor-dev, @@ -182,6 +183,7 @@ Depends: ${misc:Depends}, libecore (= ${binary:Version}), libecore-ipc (= ${binary:Version}), libecore-x (= ${binary:Version}), libecore-data (= ${binary:Version}), + libxgesture-dev, libeet-dev, libevas-dev (>= 0.9.9.060), libeina-dev, pkg-config, libcurl-dev, libxcursor-dev, libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev, libxcomposite-dev, libxdamage-dev, x11proto-xext-dev, libxtst-dev, libglib2.0-dev diff --git a/debian/rules b/debian/rules index c4adcc9..cbbb0b2 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb \ --enable-curl \ --disable-openssl \ --enable-glib-integration-always \ + --enable-ecore-x-gesture \ --disable-xim DEB_MAKE_EXTRA_ARGS := V=0 -- 2.7.4