From a4b7653998f6f805300d74b1e337b55591a47e07 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 5 Nov 2023 21:16:12 +0200 Subject: [PATCH] Freeciv: Disable ruledit 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 1129fce..39d72bf 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -25,6 +25,7 @@ ac_cv_working_gettimeofday=yes \ ac_cv_func_working_vsnprintf=yes \ --enable-patient-connect \ --enable-shared --enable-client=${FREECIV_GUI} \ +--disable-ruledit \ --disable-mapimg \ --disable-sdl2test \ --with-sqlite3-prefix=${STAGING_DIR} \