freeciv: depend on libsdl-mixer

Enabled sound by making sure libsdl-mixer is present

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2012-12-05 15:56:56 +02:00
parent f4c6d138d4
commit d2ef67d307
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \

View File

@@ -1,6 +1,6 @@
require freeciv.inc
PR = "r0"
PR = "r1"
SRC_URI += "${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.gz"