From: Denis 'Gnutoo' Carikli Date: Mon, 28 Dec 2009 13:58:05 +0000 (+0100) Subject: wesnoth 1.6.5 :DO NOT COMMIT YET added support for eee701 X-Git-Tag: Release-2010-05/1~1133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8caa53f00e415b36e0ffae9a7b8f5c837bc2acdf;p=openembedded.git wesnoth 1.6.5 :DO NOT COMMIT YET added support for eee701 --- diff --git a/recipes/wesnoth/wesnoth_1.6.5.bb b/recipes/wesnoth/wesnoth_1.6.5.bb index 4b7b9b67de..37528220d9 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 \