summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2022-07-11 09:08:47 -0700
committerCorey Berla <corey@berla.me>2022-07-11 09:08:47 -0700
commit4147dd218de200840b1f0b6c1d0bc8b2ea8206ae (patch)
tree39121e53fc002898e2f6b9e05c6cb3920da2a860 /build-aux
parent636827800525770715bba96671edb2fc0234ccc2 (diff)
downloadgtk+-4147dd218de200840b1f0b6c1d0bc8b2ea8206ae.tar.gz
flatpak: Change option enable_vulkan=no to vulkan=disabled
Syntax was modified in c4d350c260879c11ea94641ac820b331aeaccc7c
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gtk.Demo4.json2
-rw-r--r--build-aux/flatpak/org.gtk.IconBrowser4.json2
-rw-r--r--build-aux/flatpak/org.gtk.WidgetFactory4.json2
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"
],