diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-12-28 15:35:55 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-12-28 15:39:08 +0100 |
commit | f34bc32187cf229daeeede9ccffe64bb4acd5a34 (patch) | |
tree | 6868ec4fd7d7dd9e12dbf3512009b84463cd0be7 /recipes/wesnoth | |
parent | 8caa53f00e415b36e0ffae9a7b8f5c837bc2acdf (diff) |
Revert "wesnoth 1.6.5 :DO NOT COMMIT YET added support for eee701"
This reverts commit 8caa53f00e415b36e0ffae9a7b8f5c837bc2acdf.
eee701 is not yet in openembedded.dev
Diffstat (limited to 'recipes/wesnoth')
-rw-r--r-- | recipes/wesnoth/wesnoth_1.6.5.bb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/recipes/wesnoth/wesnoth_1.6.5.bb b/recipes/wesnoth/wesnoth_1.6.5.bb index 37528220d9..4b7b9b67de 100644 --- a/recipes/wesnoth/wesnoth_1.6.5.bb +++ b/recipes/wesnoth/wesnoth_1.6.5.bb @@ -14,18 +14,15 @@ 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 \ |