From e0a161a1163b161d5f66c1c7dea96b34041ade86 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 27 Jul 2020 06:17:40 +0300 Subject: [PATCH] freeciv: Add sqlite3 prefix It will be needed by future versions, and does not break anything with current version. Signed-off-by: Marko Lindqvist --- recipes-games/freeciv/freeciv.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index fe3304e..9296fb2 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -26,6 +26,7 @@ EXTRA_OECONF = "\ --enable-shared --enable-client=${FREECIV_GUI} \ --disable-mapimg \ --disable-sdl2test \ +--with-sqlite3-prefix=${STAGING_DIR} \ --with-qt5-includes=${STAGING_INCDIR}${QT_DIR_NAME} \ --with-qt5-libs=${STAGING_LIBDIR}${QT_DIR_NAME} \ MOCCMD=${STAGING_BINDIR_NATIVE}${QT_DIR_NAME}/moc \