wesnoth 1.6.5 :DO NOT COMMIT YET added support for eee701
authorDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Mon, 28 Dec 2009 13:58:05 +0000 (14:58 +0100)
committerDenis 'Gnutoo' Carikli <GNUtoo@no-log.org>
Mon, 28 Dec 2009 13:58:51 +0000 (14:58 +0100)
recipes/wesnoth/wesnoth_1.6.5.bb

index 4b7b9b6..3752822 100644 (file)
@@ -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 \