r10368 - in /desktop/unstable/dasher/debian: changelog rules
alanbach-guest at users.alioth.debian.org
alanbach-guest at users.alioth.debian.org
Wed Apr 25 06:02:42 UTC 2007
Author: alanbach-guest
Date: Wed Apr 25 06:02:41 2007
New Revision: 10368
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10368
Log:
Added missing --without-cairo flag to the rules file
Modified:
desktop/unstable/dasher/debian/changelog
desktop/unstable/dasher/debian/rules
Modified: desktop/unstable/dasher/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/changelog?rev=10368&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/changelog (original)
+++ desktop/unstable/dasher/debian/changelog Wed Apr 25 06:02:41 2007
@@ -8,7 +8,7 @@
- Added myself as co-maintainer
- Added libcanna1g-dev to build-deps
* Updated debian/rules
- - Added --without-cairo and --enable-joystick configure flags
+ - Added --without-cairo (lower CPU usage) and --enable-joystick configure flags
-- Alan Baghumian <alan at technotux.org> Wed, 25 Apr 2007 08:14:02 +0330
Modified: desktop/unstable/dasher/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/dasher/debian/rules?rev=10368&op=diff
==============================================================================
--- desktop/unstable/dasher/debian/rules (original)
+++ desktop/unstable/dasher/debian/rules Wed Apr 25 06:02:41 2007
@@ -8,4 +8,4 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_CONFIGURE_EXTRA_FLAGS += --with-speech --with-a11y --enable-joystick
+DEB_CONFIGURE_EXTRA_FLAGS += --with-speech --with-a11y --without-cairo --enable-joystick
More information about the pkg-gnome-commits
mailing list