From 14bb351ae0d46934172eb945f8b8866bc4e0729f Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 10 Apr 2023 15:12:58 -0600 Subject: [PATCH] debian: Enable fwupd plugin fwupd is now going to be shipped in the OS (albeit with the UEFI capsule plugin disabled), so re-enable the g-s fwupd plugin. This can be squashed into 4cc430313 on the next rebase. https://phabricator.endlessm.com/T29506 --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index c338e75f1..77fbbaa57 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,6 @@ endif GS_CONFIGURE_FLAGS += \ -Deos_updater=true \ -Dexternal_appstream=true \ - -Dfwupd=false \ -Dgudev=false \ -Dhardcoded_curated=false \ -Dmalcontent=true \