From 1d39eae8cb91cf064a13b7084192a6fc42f512fb Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 25 Nov 2025 17:28:20 +0100 Subject: [PATCH] debian: Allow to fetch meson wraps This is needed since we removed the git submodule and turned libcall-ui into a meson subproject instead. Signed-off-by: Evangelos Ribeiro Tzaras Part-of: --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 76a6eb2..7b43e56 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all +CONFIGURE_OPTS=--wrap-mode=default + ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),) CONFIGURE_OPTS+=-Dgtk_doc=true else