From a94d7abf0d823afdc371a700293f9ae36692ac2e Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 20 Mar 2024 15:47:42 +0200 Subject: [PATCH] flatpak demos: Enable vulkan backend glslc is now in the Sdk itself https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/2640 --- build-aux/flatpak/org.gtk.Demo4.json | 1 - build-aux/flatpak/org.gtk.IconBrowser4.json | 1 - build-aux/flatpak/org.gtk.WidgetFactory4.json | 2 -- build-aux/flatpak/org.gtk.gtk4.NodeEditor.json | 2 -- 4 files changed, 6 deletions(-) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 5c75ece589..94d2206d8c 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -185,7 +185,6 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Dvulkan=disabled", "-Dbuildtype=debugoptimized", "-Ddemo-profile=devel" ], diff --git a/build-aux/flatpak/org.gtk.IconBrowser4.json b/build-aux/flatpak/org.gtk.IconBrowser4.json index b563dbb285..41a3ee68be 100644 --- a/build-aux/flatpak/org.gtk.IconBrowser4.json +++ b/build-aux/flatpak/org.gtk.IconBrowser4.json @@ -114,7 +114,6 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Dvulkan=disabled", "-Dbuildtype=debugoptimized", "-Ddemo-profile=devel" ], diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index 390da50cac..2f46171518 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -114,7 +114,6 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Dvulkan=disabled", "-Dbuildtype=debugoptimized", "-Ddemo-profile=devel" ], @@ -131,7 +130,6 @@ "env" : { "DBUS_SESSION_BUS_ADDRESS" : "''", "GSK_RENDERER" : "opengl", - "GDK_DEBUG" : "vulkan-disable", "G_ENABLE_DEBUG" : "true" } } diff --git a/build-aux/flatpak/org.gtk.gtk4.NodeEditor.json b/build-aux/flatpak/org.gtk.gtk4.NodeEditor.json index ef60c66084..d775c44465 100644 --- a/build-aux/flatpak/org.gtk.gtk4.NodeEditor.json +++ b/build-aux/flatpak/org.gtk.gtk4.NodeEditor.json @@ -114,7 +114,6 @@ "builddir" : true, "config-opts" : [ "--libdir=/app/lib", - "-Dvulkan=disabled", "-Dbuildtype=debugoptimized", "-Ddemo-profile=devel" ], @@ -131,7 +130,6 @@ "env" : { "DBUS_SESSION_BUS_ADDRESS" : "''", "GSK_RENDERER" : "opengl", - "GDK_DEBUG" : "vulkan-disable", "G_ENABLE_DEBUG" : "true" } }