summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-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