[gtk: 1/4] flatpak: Change option enable_vulkan=no to vulkan=disabled




commit 4147dd218de200840b1f0b6c1d0bc8b2ea8206ae
Author: Corey Berla <corey berla me>
Date:   Mon Jul 11 09:08:47 2022 -0700

    flatpak: Change option enable_vulkan=no to vulkan=disabled
    
    Syntax was modified in c4d350c260879c11ea94641ac820b331aeaccc7c

 build-aux/flatpak/org.gtk.Demo4.json          | 2 +-
 build-aux/flatpak/org.gtk.IconBrowser4.json   | 2 +-
 build-aux/flatpak/org.gtk.WidgetFactory4.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json
index c3f69c7a48..2e5359ed2a 100644
--- a/build-aux/flatpak/org.gtk.Demo4.json
+++ b/build-aux/flatpak/org.gtk.Demo4.json
@@ -186,7 +186,7 @@
             "builddir" : true,
             "config-opts" : [
                 "--libdir=/app/lib",
-                "-Denable_vulkan=no",
+                "-Dvulkan=disabled",
                 "-Dbuildtype=debugoptimized",
                 "-Dprofile=devel"
             ],
diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json
index 000374911a..fe11db5596 100644
--- a/build-aux/flatpak/org.gtk.IconBrowser4.json
+++ b/build-aux/flatpak/org.gtk.IconBrowser4.json
@@ -115,7 +115,7 @@
             "builddir" : true,
             "config-opts" : [
                 "--libdir=/app/lib",
-                "-Denable_vulkan=no",
+                "-Dvulkan=disabled",
                 "-Dbuildtype=debugoptimized",
                 "-Dprofile=devel"
             ],
diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json
index 1d51d1b7c2..b62825effa 100644
--- a/build-aux/flatpak/org.gtk.WidgetFactory4.json
+++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json
@@ -115,7 +115,7 @@
             "builddir" : true,
             "config-opts" : [
                 "--libdir=/app/lib",
-                "-Denable_vulkan=no",
+                "-Dvulkan=disabled",
                 "-Dbuildtype=debugoptimized",
                 "-Dprofile=devel"
             ],


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