From fb5095fa9883e8033a1136c8fa6a031f1538cb8a Mon Sep 17 00:00:00 2001 From: ferrreo Date: Sun, 11 Jun 2023 15:59:18 +0100 Subject: [PATCH] Update rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 5e3305f..bd527c5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with autoreconf + dh $@ --buildsystem=meson --with autoreconf