[gnome-continuous] Update the config-opts for gnome-shell-extensions



commit 29e4e0aadc2638deff1f02073090dd9a2b7a900f
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Fri Dec 1 20:31:35 2017 +0100

    Update the config-opts for gnome-shell-extensions
    
    gnome-shell-extensions has migrated to meson by also removing
    autotools.
    
    This patch replaces the option used by autotools by its equivalent
    in meson.

 commit.txt    |    7 +++++++
 manifest.json |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/commit.txt b/commit.txt
new file mode 100644
index 0000000..6c95cf6
--- /dev/null
+++ b/commit.txt
@@ -0,0 +1,7 @@
+Update the config-opts for gnome-shell-extensions
+
+gnome-shell-extensions has migrated to meson by also removing
+autotools.
+
+This patch replaces the option used by autotools by its equivalent
+in meson.
diff --git a/manifest.json b/manifest.json
index e0b6b3d..4280085 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1119,7 +1119,7 @@
                                  "-Dbrowser_plugin=false"]},
 
                {"src": "gnome-gitlab:GNOME/gnome-shell-extensions.git",
-                "config-opts": ["--enable-extensions=classic-mode"]},
+                "config-opts": ["-Dextension_set=classic"]},
 
                 {"src": "git:https://gitlab.com/dogtail/dogtail.git";,
                  "patches": ["python-dogtail-buildsys.patch"]},


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