From 243eff13a79ba02495d123e9ca22ed35584dc3eb Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 26 Oct 2021 22:30:38 -0300 Subject: build: Switch to GTK4 Switch the build system to GTK4. This breaks the build quite intensely. --- tests/integration-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/integration-test b/tests/integration-test index ff32fe96..f73621c2 100755 --- a/tests/integration-test +++ b/tests/integration-test @@ -28,7 +28,7 @@ try: from gi.repository import GLib from gi.repository import Gio - gi.require_version('Gtk', '3.0') + gi.require_version('Gtk', '4.0') from gi.repository import Gtk except ImportError as e: sys.stderr.write('Skipping tests, PyGobject not available for Python 3, or missing GI typelibs: %s\n' % str(e)) -- cgit v1.2.1