supertux 0.1.3: depend on libmikmod(fix not-starting issue)
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sat, 18 Sep 2010 14:14:45 +0000 (16:14 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 19 Sep 2010 19:35:29 +0000 (21:35 +0200)
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

index 4eff164..be1e1c0 100644 (file)
@@ -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"