From 12665eb15a981f06960943c341621f9cc571ebdd Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 1 May 2011 12:40:46 +0200 Subject: wesnoth,wesnoth-wvga: RDEPENDS on tremor(libvorbisdec1) Without that fix we have: error audio: Could not load music file '[...].ogg': Failed loading libvorbisidec.so.1: libvorbisidec.so.1: cannot open shared object file: No such file or directory 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 14a447153d..3546a7c8f7 100644 --- a/recipes/wesnoth/wesnoth.inc +++ b/recipes/wesnoth/wesnoth.inc @@ -4,7 +4,7 @@ SECTION = "games" LICENSE = "GPL" DEPENDS = "freetype libsdl-image libsdl-mixer libsdl-net libsdl-ttf zlib boost imagemagick-native pango libpng lua5.1" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/wesnoth/wesnoth-${PV}.tar.bz2" S = "${WORKDIR}/wesnoth-${PV}" @@ -57,7 +57,7 @@ do_install_append() { fi } -RDEPENDS_${PN} = "${PN}-data libpng" +RDEPENDS_${PN} = "${PN}-data libpng tremor" RDEPENDS_${PN}-editor = "${PN}-data" -- cgit 1.2.3-korg