[maemo-commits] [maemo-commits] r12155 - projects/haf/trunk/matchbox-window-manager/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jun 7 11:27:56 EEST 2007
- Previous message: [maemo-commits] r12154 - projects/haf/trunk/matchbox-window-manager/debian
- Next message: [maemo-commits] r12156 - projects/haf/tags/matchbox-window-manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tpalli
Date: 2007-06-07 11:27:53 +0300 (Thu, 07 Jun 2007)
New Revision: 12155
Modified:
projects/haf/trunk/matchbox-window-manager/debian/rules
Log:
use EXTRA_FLAGS for all configuration flags
Modified: projects/haf/trunk/matchbox-window-manager/debian/rules
===================================================================
--- projects/haf/trunk/matchbox-window-manager/debian/rules 2007-06-07 08:26:43 UTC (rev 12154)
+++ projects/haf/trunk/matchbox-window-manager/debian/rules 2007-06-07 08:27:53 UTC (rev 12155)
@@ -13,7 +13,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-EXTRA_FLAGS = --enable-alt-input-wins --disable-xrm --enable-xsync
+EXTRA_FLAGS = --enable-alt-input-wins --disable-xrm --enable-xsync --enable-frameanimation
CFLAGS = -Wall -g
@@ -32,7 +32,7 @@
dh_testdir
# Add here commands to configure the package.
- cd $(SOURCE_DIR) && CFLAGS="$(CFLAGS)" ./configure $(EXTRA_FLAGS) --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-alt-input-wins --disable-xrm --enable-xsync --enable-frameanimation
+ cd $(SOURCE_DIR) && CFLAGS="$(CFLAGS)" ./configure $(EXTRA_FLAGS) --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
$(SOURCE_DIR)/configure:
tar -jxf snapshot/matchbox-window-manager*.tar.bz2
- Previous message: [maemo-commits] r12154 - projects/haf/trunk/matchbox-window-manager/debian
- Next message: [maemo-commits] r12156 - projects/haf/tags/matchbox-window-manager
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
