mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 03:49:31 +02:00
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:
@@ -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 \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require freeciv.inc
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI += "${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.gz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user