From df2569f2c39cf349e6fac23e44aa3daf96ffb0f1 Mon Sep 17 00:00:00 2001 From: Valentin David Date: Mon, 30 Jan 2023 13:00:06 +0100 Subject: [PATCH] snap: Fix a meson parameter --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d064ef3e1..56c8a1067 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -51,7 +51,7 @@ parts: -Dbuild=all, -Dintrospection=disabled, -Dman=false, - -Dplugin_flashrom=false, + -Dplugin_flashrom=disabled, -Dplugin_powerd=disabled, -Dudevdir=$CRAFT_STAGE/lib/udev, "-Dgusb:tests=false",