From e225a353b87d4b9a7beb23e20670b11cbd9a8cf1 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 15 Oct 2024 00:41:35 +0200 Subject: [PATCH] flatpak: Drop GSK_RENDERER env var We want to use the default renderer. This env var was introduced in commit df4c57c00131ec86efec66b871c16d474e1e4a4f to work around an inspector bug. But it's not 2020 anymore and Vulkan actually works now. --- build-aux/flatpak/org.gtk.Demo4.json | 5 ----- build-aux/flatpak/org.gtk.WidgetFactory4.json | 1 - build-aux/flatpak/org.gtk.gtk4.NodeEditor.json | 1 - 3 files changed, 7 deletions(-) diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index cfa3ad46a8..863f07198a 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -197,9 +197,4 @@ ] } ], - "build-options" : { - "env" : { - "GSK_RENDERER" : "opengl" - } - } } diff --git a/build-aux/flatpak/org.gtk.WidgetFactory4.json b/build-aux/flatpak/org.gtk.WidgetFactory4.json index cd5981e512..e8de74d2e8 100644 --- a/build-aux/flatpak/org.gtk.WidgetFactory4.json +++ b/build-aux/flatpak/org.gtk.WidgetFactory4.json @@ -129,7 +129,6 @@ "build-options" : { "env" : { "DBUS_SESSION_BUS_ADDRESS" : "''", - "GSK_RENDERER" : "opengl", "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 0a4783e5f5..4b3fc15e22 100644 --- a/build-aux/flatpak/org.gtk.gtk4.NodeEditor.json +++ b/build-aux/flatpak/org.gtk.gtk4.NodeEditor.json @@ -129,7 +129,6 @@ "build-options" : { "env" : { "DBUS_SESSION_BUS_ADDRESS" : "''", - "GSK_RENDERER" : "opengl", "G_ENABLE_DEBUG" : "true" } }