wesnoth.inc: fix missing lua5.1 dependency and bump PR
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 20 Nov 2010 20:38:15 +0000 (21:38 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 21 Nov 2010 19:42:11 +0000 (20:42 +0100)
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>
recipes/wesnoth/wesnoth.inc

index 8d20f65..14a4471 100644 (file)
@@ -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}"