r32514 - in /desktop/unstable/gdk-pixbuf/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Feb 6 03:26:12 UTC 2012
Author: biebl
Date: Mon Feb 6 03:26:11 2012
New Revision: 32514
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32514
Log:
Explicitly enable X11 support.
Modified:
desktop/unstable/gdk-pixbuf/debian/changelog
desktop/unstable/gdk-pixbuf/debian/rules
Modified: desktop/unstable/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/changelog?rev=32514&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] Mon Feb 6 03:26:11 2012
@@ -1,8 +1,9 @@
gdk-pixbuf (2.24.1-1) UNRELEASED; urgency=low
* New upstream release.
-
- -- Michael Biebl <biebl at debian.org> Mon, 06 Feb 2012 04:16:17 +0100
+ * Explicitly enable X11 support.
+
+ -- Michael Biebl <biebl at debian.org> Mon, 06 Feb 2012 04:25:39 +0100
gdk-pixbuf (2.24.0-2) unstable; urgency=low
Modified: desktop/unstable/gdk-pixbuf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/rules?rev=32514&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/rules [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/rules [utf-8] Mon Feb 6 03:26:11 2012
@@ -6,8 +6,10 @@
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_MAKE_CHECK_TARGET = check
-DEB_CONFIGURE_EXTRA_FLAGS := --with-libjasper --enable-introspection \
- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS := --with-libjasper \
+ --with-x11 \
+ --enable-introspection \
+ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
DEB_DH_MAKESHLIBS_ARGS_libgdk-pixbuf2.0-0 += --add-udeb=libgdk-pixbuf2.0-0-udeb -X "/usr/lib/$(DEB_HOST_MULTIARCH)/gdk-pixbuf-2.0" -V -- -c4
More information about the pkg-gnome-commits
mailing list