summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorOve Kaaven <ovek@arcticnet.no>2010-01-19 23:08:53 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2010-01-22 18:10:02 +0100
commite285699fa192d49719da9f7e2aaa950d9802dd68 (patch)
tree1858122c7a08a27c8a67472b54b02abef423d4a1 /debian
parent37aef0445735f6a7d69cf21850b7087f79c45fda (diff)
Set configure flags that I'll use on Maemo 5
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 5621cd86..33730c73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,9 +35,11 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CONFIGURE_FLAGS += CXXFLAGS="-g -O0"
endif
-ifneq (,$(findstring maemo,$(DEB_BUILD_OPTIONS)))
- CONFIGURE_FLAGS += --enable-maemo --enable-shared
-endif
+CONFIGURE_FLAGS += --enable-maemo --enable-shared --disable-libsoup --enable-libcurl --disable-ecal --enable-ebook --enable-maemo-calendar --with-synthesis-src=libsynthesis
+
+#ifneq (,$(findstring maemo,$(DEB_BUILD_OPTIONS)))
+# CONFIGURE_FLAGS += --enable-maemo --enable-shared
+#endif
config.status: configure
dh_testdir