freeciv: make 2.4 version the default one

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2014-08-13 19:26:45 +03:00
parent efa8a04de9
commit f781eb37f8
2 changed files with 1 additions and 3 deletions

View File

@@ -2,8 +2,6 @@ FREECIV_GUI = "gtk2"
require freeciv.inc
DEFAULT_PREFERENCE = "-1"
DEPENDS += "curl xz"
EXTRA_OECONF += "--disable-mapimg"

View File

@@ -2,7 +2,7 @@ FREECIV_GUI = "gtk2,gtk3"
require freeciv.inc
DEFAULT_PREFERENCE = "-2"
DEFAULT_PREFERENCE = "-1"
DEPENDS += "curl gtk+3 xz"