[gnome-control-center] flatpak: Update to new gudev's buildsystem



commit 2133739177124c9da20ad6e3b051883619e19c9b
Author: vanadiae <vanadiae35 gmail com>
Date:   Sun Nov 22 20:10:51 2020 +0100

    flatpak: Update to new gudev's buildsystem
    
    The buildsystem was changed recently from autotools to meson, so it
    no longer builds since the default buildsystem is autotools (when no
    buildsystem is specified).
    
    Hence, this commit switches to the meson buildsystem for gudev.

 build-aux/flatpak/org.gnome.Settings.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index a88ce700b..3e19894b0 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -189,9 +189,10 @@
         },
         {
             "name" : "gudev",
-            "buildsystem" : "autotools",
+            "buildsystem" : "meson",
             "config-opts" : [
-                "--disable-umockdev"
+                "-Dtests=disabled",
+                "-Dintrospection=disabled"
             ],
             "sources" : [
                 {


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