From ba9e4993efec19ff110f0f9cdb8333a97df37a38 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Mon, 17 Aug 2026 04:57:46 +0300
Subject: [PATCH 51/51] build_tolua.sh: Don't depend on database backends

See RM #2144

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 scripts/build_tolua.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build_tolua.sh b/scripts/build_tolua.sh
index 3ee9094db2..068b218884 100755
--- a/scripts/build_tolua.sh
+++ b/scripts/build_tolua.sh
@@ -30,7 +30,7 @@ if test "$1" != "" ; then
 fi
 
 if ! meson setup -Dserver=disabled -Dclients=[] -Dfcmp=[] -Dtools=[] \
-     -Daudio=none "${top_srcdir}" ||
+     -Dfcdb=[] -Daudio=none "${top_srcdir}" ||
    ! ninja tolua
 then
   echo "Tolua build failed!" >&2
-- 
2.53.0

