mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 03:49:31 +02:00
freeciv: select gui to build in individual recipes, not .inc
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ S = "${WORKDIR}/freeciv-${PV}"
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--enable-shared --without-ggz-dir --enable-client=gtk2 \
|
||||
--enable-shared --without-ggz-dir --enable-client=${FREECIV_GUI} \
|
||||
--with-sdl-prefix=${STAGING_BINDIR_CROSS} \
|
||||
"
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
FREECIV_GUI = "gtk2"
|
||||
|
||||
require freeciv.inc
|
||||
|
||||
PR = "r0"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
FREECIV_GUI = "gtk2"
|
||||
|
||||
require freeciv.inc
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
Reference in New Issue
Block a user