diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-09-18 16:14:45 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-09-19 21:35:29 +0200 |
commit | 0238bf7cf5d97dadb6c2358286bce9b5098f118a (patch) | |
tree | 382ca54aee072b9e1682a9936a007f0866c16b45 /recipes | |
parent | 32bb2e3385fc244754684a80d565ec82162adc55 (diff) |
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
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/supertux/supertux_0.1.3.bb | 4 |
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" |