From 0238bf7cf5d97dadb6c2358286bce9b5098f118a Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 18 Sep 2010 16:14:45 +0200 Subject: 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 --- recipes/supertux/supertux_0.1.3.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit 1.2.3-korg