[neon/backports-jammy/fwupd/Neon/release] debian: drop -Dplugin_dummy=true as it gives a meson error
Carlos De Maine
null at kde.org
Tue Jan 23 08:36:39 GMT 2024
Git commit 3dcd3df65ed8a8a31f1d01f872167a9cb1b665a7 by Carlos De Maine.
Committed on 23/01/2024 at 09:36.
Pushed by carlosdem into branch 'Neon/release'.
drop -Dplugin_dummy=true as it gives a meson error
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-jammy/fwupd/-/commit/3dcd3df65ed8a8a31f1d01f872167a9cb1b665a7
diff --git a/debian/rules b/debian/rules
index 16e1314..ee9e70e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
CONFARGS += -Ddocs=disabled
endif
-CONFARGS += -Dplugin_dummy=true -Dplugin_powerd=disabled -Dsupported_build=enabled -Dplugin_modem_manager=enabled -Defi_binary=false
+CONFARGS += -Dplugin_powerd=disabled -Dsupported_build=enabled -Dplugin_modem_manager=enabled -Defi_binary=false
%:
dh $@ --with gir
More information about the Neon-commits
mailing list