From a54020e17c27856fcecd55c0ce3a080c6de66d9d Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 20 Nov 2010 21:38:15 +0100 Subject: [PATCH] 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 --- recipes/wesnoth/wesnoth.inc | 4 ++-- 1 file 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}" -- 2.39.5