freeciv: Add sqlite3 prefix

It will be needed by future versions, and does not break anything
with current version.

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2020-07-27 06:17:40 +03:00
parent 225aa4ad13
commit e0a161a116

View File

@@ -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 \