aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-05-01 12:40:46 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-05-02 14:30:11 +0200
commit12665eb15a981f06960943c341621f9cc571ebdd (patch)
treeda794ec30c9594c7013368b26db3769fb289e64b
parent54c90c53bd4f0b02869de057407f0f5610ece260 (diff)
downloadopenembedded-12665eb15a981f06960943c341621f9cc571ebdd.tar.gz
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 <GNUtoo@no-log.org>
-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 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"