freeciv: Switch to Qt6

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2024-04-18 19:33:04 +03:00
parent 5274c2bc59
commit 4355eeb87c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,5 +8,5 @@ BBFILE_COLLECTIONS += "games-layer"
BBFILE_PATTERN_games-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_games-layer = "15"
LAYERDEPENDS_games-layer = "core openembedded-layer filesystems-layer gnome-layer networking-layer multimedia-layer meta-python qt5-layer"
LAYERDEPENDS_games-layer = "core openembedded-layer filesystems-layer gnome-layer networking-layer multimedia-layer meta-python qt6-layer"
LAYERSERIES_COMPAT_games-layer = "mickledore kirkstone langdale nanbield scarthgap"

View File

@@ -1,5 +1,5 @@
require freeciv-qt5.inc
require freeciv-qt6.inc
DEPENDS += "lua gtk4 zstd"