GNOME Bugzilla – Bug 779594
tests: Don't fail when Gtk+-4.0 is available
Last modified: 2017-03-08 06:20:57 UTC
Drive-by fix when working on bug 779593, see patch.
Created attachment 347238 [details] [review] tests: Don't fail when Gtk+-4.0 is available We currently link with Gtk+-3.0, so that is the only version we can import without conflicts. As without version, gobject-introspection will pick the latest available version and Gtk+-4.0 may now be available, we thus need to explicitly request the correct version.
Review of attachment 347238 [details] [review]: +1
Attachment 347238 [details] pushed as 6f283b0 - tests: Don't fail when Gtk+-4.0 is available