From 20a357a551db1941f3392fdf78c61c85ebd1bc4c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 31 Jan 2022 10:53:22 +0000 Subject: [PATCH] trivial: Fix the OpenBMC example --- contrib/build-openbmc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/build-openbmc.sh b/contrib/build-openbmc.sh index 24e4bb409..dc9bd5477 100755 --- a/contrib/build-openbmc.sh +++ b/contrib/build-openbmc.sh @@ -13,7 +13,6 @@ meson ../ \ -Dhsi=false \ -Dintrospection=false \ -Dlibarchive=false \ - -Dlogind=false \ -Dman=false \ -Dmetainfo=false \ -Doffline=false \ @@ -38,7 +37,7 @@ meson ../ \ -Dplugin_thunderbolt=false \ -Dplugin_tpm=false \ -Dplugin_uefi_capsule=false \ - -Dplugin_upower=false \ + -Dplugin_uf2=false \ -Dplugin_upower=false \ -Dpolkit=false \ -Dsqlite=false \