aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Yanes <ext-adrian.yanes@nokia.com>2010-11-30 15:19:54 +0000
committerAdrian Yanes <ext-adrian.yanes@nokia.com>2010-11-30 15:19:54 +0000
commitad6a1f0e17e6db8727de17c0a7dfad37ddf056f7 (patch)
treec97b2e33bc1e14a4f27d60c505746de7bab59294
parentf525d09e6ed332b8776971a75bb4483f5e911df5 (diff)
Changes: release 0.20.60 with meegographicssystem disable
RevBy: Adrian Yanes
-rwxr-xr-xdebian/rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 4df774a8..6f3fc681 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,11 +70,11 @@ else
endif
# Option to disable usage of meegographics system
-ifeq ($(DEB_BUILD_ARCH),armel)
- ifeq (,$(findstring nomeegographicssystem,$(DEB_BUILD_OPTIONS)))
- OPTIONS += -meegographicssystem
- endif
-endif
+#ifeq ($(DEB_BUILD_ARCH),armel)
+# ifeq (,$(findstring nomeegographicssystem,$(DEB_BUILD_OPTIONS)))
+# OPTIONS += -meegographicssystem
+# endif
+#endif
# Don't build documentation by setting DEB_BUILD_OPTION=nodocs,...
ifneq (,$(findstring nodocs,$(DEB_BUILD_OPTIONS)))