freeciv-2.6: Build gtk3.22-client instead of gtk3-client
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FREECIV_GUI = "gtk3,qt,sdl2"
|
||||
FREECIV_GUI = "gtk3.22,qt,sdl2"
|
||||
|
||||
require freeciv.inc
|
||||
|
||||
@@ -7,7 +7,7 @@ DEFAULT_PREFERENCE = "-1"
|
||||
DEPENDS += "libsdl2-image libsdl2-ttf libsdl2-gfx freetype"
|
||||
|
||||
BRANCH = "S2_6"
|
||||
SRCREV="33881"
|
||||
SRCREV="34736"
|
||||
SRC_URI += "svn://svn.gna.org/svn/freeciv;module=branches/${BRANCH} \
|
||||
"
|
||||
PV = "2.6.0-beta0+r${SRCREV}"
|
||||
@@ -17,7 +17,15 @@ EXTRA_OECONF += "\
|
||||
|
||||
S = "${WORKDIR}/branches/${BRANCH}"
|
||||
|
||||
PACKAGES += "${PN}-sdl2"
|
||||
PACKAGES =+ "${PN}-sdl2 ${PN}-gtk3.22"
|
||||
|
||||
RDEPENDS_${PN}-gtk3.22 = "freeciv-common freeciv-client-common"
|
||||
RPROVIDES_${PN}-gtk3.22 = "freeciv-client"
|
||||
FILES_${PN}-gtk3.22 = "\
|
||||
${bindir}/freeciv-gtk3.22 \
|
||||
${datadir}/freeciv/themes/gui-gtk-3.22 \
|
||||
${datadir}/freeciv/gtk3_menus.xml \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-sdl2 = "freeciv-common freeciv-client-common"
|
||||
RPROVIDES_${PN}-sdl2 = "freeciv-client"
|
||||
|
||||
Reference in New Issue
Block a user