aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-11-23 10:34:19 +0200
committerJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-11-23 10:34:19 +0200
commit7be3f83b08a614ee8a89421c10824159a6ca7c61 (patch)
tree55b79cad3ec78263a22853589f116a90648fdc53 /debian
parentf01d78cc770af86d94f986b29c381b20191251d0 (diff)
Changes: Enable meego graphics system per default
RevBy: TrustMe Details: Changed DEB_BUILD_OPTION to nomeegographicssystem. If nothing is specified, meego graphics system will be used per default
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e7b5ba19..4df774a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,8 +69,9 @@ else
MAKEDOCS = 0
endif
+# Option to disable usage of meegographics system
ifeq ($(DEB_BUILD_ARCH),armel)
- ifneq (,$(findstring meegographicssystem,$(DEB_BUILD_OPTIONS)))
+ ifeq (,$(findstring nomeegographicssystem,$(DEB_BUILD_OPTIONS)))
OPTIONS += -meegographicssystem
endif
endif