[oe-commits] Denis 'Gnutoo' Carikli : wesnoth 1.6.5 : DO NOT COMMIT YET added support for eee701

git version control git at git.openembedded.org
Tue Dec 29 08:16:17 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 8caa53f00e415b36e0ffae9a7b8f5c837bc2acdf
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8caa53f00e415b36e0ffae9a7b8f5c837bc2acdf

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Dec 28 14:58:05 2009 +0100

wesnoth 1.6.5 :DO NOT COMMIT YET added support for eee701

---

 recipes/wesnoth/wesnoth_1.6.5.bb |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/wesnoth/wesnoth_1.6.5.bb b/recipes/wesnoth/wesnoth_1.6.5.bb
index 4b7b9b6..3752822 100644
--- a/recipes/wesnoth/wesnoth_1.6.5.bb
+++ b/recipes/wesnoth/wesnoth_1.6.5.bb
@@ -14,15 +14,18 @@ ARM_INSTRUCTION_SET = "arm"
 
 inherit cmake
 
+SCREENCONFIG = "\
+        -DGUI=tiny \
+        -DENABLE_LOW_MEM=ON \
+        "
+SCREENCONFIG_eee701 =  ""
+
 EXTRA_OECMAKE = "\
-	-DGUI=tiny \
 	-DENABLE_EDITOR=ON \
-	-DENABLE_LOW_MEM=ON \
 	-DENABLE_FRIBIDI=OFF \
-	\
 	-DCMAKE_BUILD_TYPE=Debug \
+	${SCREENCONFIG} \
 	"
-	
 PACKAGES = "wesnoth-editor wesnoth-doc wesnoth-music wesnoth-sounds \
 	wesnoth-aoi wesnoth-did wesnoth-ei wesnoth-httt wesnoth-l \
 	wesnoth-nr wesnoth-sof wesnoth-sotbe wesnoth-thot wesnoth-trow \





More information about the Openembedded-commits mailing list