aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wesnoth
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-11-20 21:38:15 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-11-21 20:42:11 +0100
commita54020e17c27856fcecd55c0ce3a080c6de66d9d (patch)
treed492da4188661429f606d41f26d2e52ff4933b1d /recipes/wesnoth
parent30a23e1429eec73b31edef39cb400819cac91d76 (diff)
downloadopenembedded-a54020e17c27856fcecd55c0ce3a080c6de66d9d.tar.gz
wesnoth.inc: fix missing lua5.1 dependency and bump PR
ERROR: Logfile of failure stored in: .../work/i686-angstrom-linux/wesnoth-wvga-1.8.4-r0.1/temp/log.do_configure.28289 Log data follows: | CMake Error at .../sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE): | Could NOT find Lua51 (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) | Call Stack (most recent call first): | .../sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindLua51.cmake:72 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) | CMakeLists.txt:193 (find_package) | | | -- Configuring incomplete, errors occurred! NOTE: package wesnoth-wvga-1.8.4-r0.1: task do_configure: Failed Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/wesnoth')
-rw-r--r--recipes/wesnoth/wesnoth.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/wesnoth/wesnoth.inc b/recipes/wesnoth/wesnoth.inc
index 8d20f65c80..14a447153d 100644
--- a/recipes/wesnoth/wesnoth.inc
+++ b/recipes/wesnoth/wesnoth.inc
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.wesnoth.org/"
SECTION = "games"
LICENSE = "GPL"
-DEPENDS = "freetype libsdl-image libsdl-mixer libsdl-net libsdl-ttf zlib boost imagemagick-native pango libpng"
-INC_PR = "r0"
+DEPENDS = "freetype libsdl-image libsdl-mixer libsdl-net libsdl-ttf zlib boost imagemagick-native pango libpng lua5.1"
+INC_PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/wesnoth/wesnoth-${PV}.tar.bz2"
S = "${WORKDIR}/wesnoth-${PV}"