From 204ac3cf455dcd50b4c55c948608a626986dbf5f Mon Sep 17 00:00:00 2001 From: Adrian Yanes Date: Fri, 14 Jan 2011 11:56:05 +0200 Subject: Changes: MeeGo Graphics System enabled by default RevBy: Armin Aberres --- debian/rules | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3