r23345 - in /desktop/experimental/gtk+2.0/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Thu Mar 18 18:23:01 UTC 2010
Author: pochu
Date: Thu Mar 18 18:22:59 2010
New Revision: 23345
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23345
Log:
* debian/rules:
- Move --with-xinput=yes and --with-libjasper to configure_flags
since they are common to all of our flavours.
Modified:
desktop/experimental/gtk+2.0/debian/changelog
desktop/experimental/gtk+2.0/debian/rules
Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=23345&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/changelog [utf-8] Thu Mar 18 18:22:59 2010
@@ -9,6 +9,9 @@
- Drop the DirectFB enabled GTK+ packages. They were needed for the
graphical installer but it's now switching to X11 so we don't need
them anymore.
+ * debian/rules:
+ - Move --with-xinput=yes and --with-libjasper to configure_flags
+ since they are common to all of our flavours.
-- Emilio Pozuelo Monfort <pochu at debian.org> Thu, 18 Mar 2010 17:01:44 +0100
Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=23345&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/rules [utf-8] Thu Mar 18 18:22:59 2010
@@ -125,14 +125,14 @@
--sysconfdir=/etc \
--enable-test-print-backend \
--enable-introspection=no \
+ --with-xinput=yes \
+ --with-libjasper \
--build=$(DEB_BUILD_GNU_TYPE)
ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
configure_flags += --host=$(DEB_HOST_GNU_TYPE)
endif
shared_configure_flags := $(configure_flags) \
- --with-xinput=yes \
- --with-libjasper \
--enable-shared \
--disable-static
shared_udeb_configure_flags := $(shared_configure_flags) \
@@ -141,9 +141,7 @@
--disable-xfixes \
--disable-xrandr
static_configure_flags := $(configure_flags) \
- --with-xinput=yes \
--with-included-loaders=yes \
- --with-libjasper \
--disable-modules \
--disable-shared \
--enable-static
More information about the pkg-gnome-commits
mailing list