[gnome-build-meta/abderrahim/fwupd] core-deps/fwupd.bst: sync with freedesktop-sdk




commit b5404cf4f8ad3246ba8ebd8acf4ee631a72b6b82
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Thu Sep 17 07:04:50 2020 +0100

    core-deps/fwupd.bst: sync with freedesktop-sdk
    
    should fix build on ppc64le

 elements/core-deps/fwupd.bst | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/elements/core-deps/fwupd.bst b/elements/core-deps/fwupd.bst
index ff476a04..5e9f7c2e 100644
--- a/elements/core-deps/fwupd.bst
+++ b/elements/core-deps/fwupd.bst
@@ -2,7 +2,7 @@ kind: meson
 
 sources:
 - kind: tar
-  url: github_com:fwupd/fwupd/archive/1.3.11.tar.gz
+  url: github_com:fwupd/fwupd/archive/1.4.4.tar.gz
 
 build-depends:
 - sdk/gtk-doc.bst
@@ -35,9 +35,11 @@ depends:
 - freedesktop-sdk.bst:components/tpm2-tss.bst
 
 variables:
-  meson-local: >-
-    -Dplugin_dell=%{plugin-dell}
-  plugin-dell: 'false'
   (?):
-  - arch in ['x86_64', 'i686']:
-      plugin-dell: 'true'
+  - arch in ["arm", "aarch64"]:
+      meson-local: >-
+        -Dplugin_dell=false
+  - arch == "ppc64le":
+      meson-local: >-
+        -Dplugin_dell=false
+        -Dplugin_uefi=false


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]