[gnome-text-editor] build: disable gtksourceview features in build



commit 398c8a80272384a5687a4127fd85201466937944
Author: Christian Hergert <chergert redhat com>
Date:   Wed Feb 2 18:52:37 2022 -0800

    build: disable gtksourceview features in build

 org.gnome.TextEditor.Devel.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.TextEditor.Devel.json b/org.gnome.TextEditor.Devel.json
index d5ab70c..bb231d5 100644
--- a/org.gnome.TextEditor.Devel.json
+++ b/org.gnome.TextEditor.Devel.json
@@ -33,7 +33,13 @@
         {
             "name" : "gtksourceview",
             "buildsystem" : "meson",
-            "config-opts" : [ "-Ddevelopment=true" ],
+            "config-opts" : [
+                "-Dinstall_tests=false",
+                "-Dintrospection=false",
+                "-Dvapi=false",
+                "-Dgtk_doc=false",
+                "-Dsysprof=false"
+            ],
             "sources" : [
                 {
                     "type" : "git",


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