[gtksourceview] build: fix flatpak deps for sysprof



commit 9ffd4c4488f263fe96443dc812a66e2685fc3d08
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jun 5 11:20:49 2022 -0700

    build: fix flatpak deps for sysprof
    
    This changed recently upstream, and of all the projects I didn't submit
    a MR for, it was the one I maintain.

 org.gnome.GtkSourceView.TestWidget.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/org.gnome.GtkSourceView.TestWidget.json b/org.gnome.GtkSourceView.TestWidget.json
index 27da5308..24d3affb 100644
--- a/org.gnome.GtkSourceView.TestWidget.json
+++ b/org.gnome.GtkSourceView.TestWidget.json
@@ -37,12 +37,12 @@
             "builddir" : true,
             "config-opts" : [
                 "--libdir=lib",
-                "-Denable_gtk=false",
-                "-Dwith_sysprofd=none",
+                "-Dgtk=false",
+                "-Dsysprofd=none",
                 "-Dhelp=false",
-                "-Denable_tools=false",
-                "-Denable_tests=false",
-                "-Denable_examples=false",
+                "-Dtools=false",
+                "-Dtests=false",
+                "-Dexamples=false",
                 "-Dlibsysprof=false"
             ],
             "sources" : [


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