From 3b4817515b777f4cabcd86c9454765c52ac7f34a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 16 May 2024 03:44:33 +0300 Subject: [PATCH] freeciv: Move gtk4,zstd dependency definitions to .inc Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 2 +- recipes-games/freeciv/freeciv_3.1.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index fe45afa..f0cc970 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -13,7 +13,7 @@ SECTION = "games" FREECIV_GUI = "gtk3.22,gtk4,qt,sdl2" -DEPENDS = "readline bzip2 curl xz libsdl2-mixer gtk+3 qtbase virtual/gettext qttools-native libsdl2-image libsdl2-ttf libsdl2-gfx freetype" +DEPENDS = "readline bzip2 curl xz zstd libsdl2-mixer gtk+3 gtk4 qtbase virtual/gettext qttools-native libsdl2-image libsdl2-ttf libsdl2-gfx freetype" S = "${WORKDIR}/freeciv-${PV}" B = "${WORKDIR}/build-${PV}" diff --git a/recipes-games/freeciv/freeciv_3.1.1.bb b/recipes-games/freeciv/freeciv_3.1.1.bb index 13d0485..05e8b5e 100644 --- a/recipes-games/freeciv/freeciv_3.1.1.bb +++ b/recipes-games/freeciv/freeciv_3.1.1.bb @@ -1,7 +1,7 @@ require freeciv-qt6.inc -DEPENDS += "lua gtk4 zstd" +DEPENDS += "lua" SRC_URI += "\ ${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.xz \