[gnome-builder/wip/gtk4-port: 38/67] build: specify GTK 4 for VTE




commit 750652f285ab8e63fb684305069fd54f0aa09393
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 24 11:08:40 2021 -0700

    build: specify GTK 4 for VTE

 build-aux/flatpak/org.gnome.Builder.json | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index bd364a915..90d17a06d 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -276,6 +276,9 @@
         {
             "name" : "vte",
             "buildsystem" : "meson",
+            "config-opts" : [
+                "-Dgtk4=true"
+            ],
             "sources" : [
                 {
                     "type" : "git",


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