aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Yanes <ext-adrian.yanes@nokia.com>2011-01-14 11:56:05 +0200
committerAdrian Yanes <ext-adrian.yanes@nokia.com>2011-01-14 11:56:05 +0200
commit493bd74c2772bdf60311bcb6ee2d6fa81c83319b (patch)
treef12c3e784d6f68c85ad57d0b228559bd86db3661
parent3cad2b1561fd726c6d1fb7fcb402492f3decb30c (diff)
Changes: MeeGo Graphics System enabled by default
RevBy: Armin Aberres
-rwxr-xr-xdebian/rules8
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index ce3cd941..7cf887fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,13 @@ else
MAKEDOCS = 0
endif
-# MeeGo Graphics System option (disabled by default) integration issues (only arm)
+# MeeGo Graphics System option (enabled by default) only arm
+ifeq ($(DEB_BUILD_ARCH),armel)
+ ifeq (,$(findstring nomeegographicssystem,$(DEB_BUILD_OPTIONS)))
+ OPTIONS += -meegographicssystem
+ endif
+endif
+
ifeq ($(DEB_BUILD_ARCH),armel)
ifneq (,$(findstring meegographicssystem,$(DEB_BUILD_OPTIONS)))
OPTIONS += -meegographicssystem