[oe-commits] Denis 'GNUtoo' Carikli : supertux 0.1.3: depend on libmikmod( fix not-starting issue)

git version control git at git.openembedded.org
Sun Sep 19 19:40:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0238bf7cf5d97dadb6c2358286bce9b5098f118a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0238bf7cf5d97dadb6c2358286bce9b5098f118a

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Sep 18 16:14:45 2010 +0200

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 at 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 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 4eff164..be1e1c0 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"





More information about the Openembedded-commits mailing list