From d2ef67d307c077fce8217c438434838c3c13fd08 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 5 Dec 2012 15:56:56 +0200 Subject: [PATCH] freeciv: depend on libsdl-mixer Enabled sound by making sure libsdl-mixer is present Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 2 +- recipes-games/freeciv/freeciv_2.3.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index 426d7a6..bf9d6ab 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" SECTION = "games" -DEPENDS = "gtk+ readline" +DEPENDS = "gtk+ readline libsdl-mixer" SRC_URI = "\ file://allow-root.patch \ diff --git a/recipes-games/freeciv/freeciv_2.3.2.bb b/recipes-games/freeciv/freeciv_2.3.2.bb index 0a45172..5f51e3b 100644 --- a/recipes-games/freeciv/freeciv_2.3.2.bb +++ b/recipes-games/freeciv/freeciv_2.3.2.bb @@ -1,6 +1,6 @@ require freeciv.inc -PR = "r0" +PR = "r1" SRC_URI += "${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.gz"