aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-18 16:14:45 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-09-19 21:35:29 +0200
commit0238bf7cf5d97dadb6c2358286bce9b5098f118a (patch)
tree382ca54aee072b9e1682a9936a007f0866c16b45
parent32bb2e3385fc244754684a80d565ec82162adc55 (diff)
downloadopenembedded-0238bf7cf5d97dadb6c2358286bce9b5098f118a.tar.gz
supertux 0.1.3: depend on libmikmod(fix not-starting issue)
If we don't depend on libmikmod, and that we enable sound and/or music supertux exits with an error message and doesn't start: root@nokia900 ~ # supertux Datadir: /usr/bin/../share/supertux Warning: No joysticks are available. Error: Couldn't load musicfile /usr/bin/../share/supertux/music/SALCON.MOD Aborted PR was also bumped
-rw-r--r--recipes/supertux/supertux_0.1.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/supertux/supertux_0.1.3.bb b/recipes/supertux/supertux_0.1.3.bb
index 4eff164b4a..be1e1c04aa 100644
--- a/recipes/supertux/supertux_0.1.3.bb
+++ b/recipes/supertux/supertux_0.1.3.bb
@@ -3,7 +3,9 @@ in a style similar to the original SuperMario games."
SECTION = "games"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
+
+RDEPENDS += "libmikmod"
APPIMAGE = "${WORKDIR}/supertux.png"
APPDESKTOP = "${WORKDIR}/supertux.desktop"