mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 03:49:31 +02:00
freeciv: add compressing library dependencies
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 libsdl-mixer"
|
||||
DEPENDS = "gtk+ readline libsdl-mixer bzip2"
|
||||
|
||||
SRC_URI = "\
|
||||
${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.bz2 \
|
||||
|
||||
@@ -4,7 +4,7 @@ require freeciv.inc
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
DEPENDS += "curl"
|
||||
DEPENDS += "curl xz"
|
||||
|
||||
EXTRA_OECONF += "--disable-mapimg"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ require freeciv.inc
|
||||
|
||||
DEFAULT_PREFERENCE = "-2"
|
||||
|
||||
DEPENDS += "curl gtk+3"
|
||||
DEPENDS += "curl gtk+3 xz"
|
||||
|
||||
EXTRA_OECONF += "--disable-mapimg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user