Update to libadwaita 1.2

Fri, 28 Oct 2022 22:53:45 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 28 Oct 2022 22:53:45 -0500
changeset 41852
cde17b22217f
parent 41851
64d7e69bff25
child 41853
d5fe1ee0efae

Update to libadwaita 1.2

Fedora 36 updates finally has it and all of our build agents have it as well,
so it's time to move to it, so we can update a bunch of stuff.

Testing Done:
compiled

Reviewed at https://reviews.imfreedom.org/r/1988/

meson.build file | annotate | diff | comparison | revisions
--- a/meson.build	Fri Oct 28 03:44:19 2022 -0500
+++ b/meson.build	Fri Oct 28 22:53:45 2022 -0500
@@ -238,7 +238,7 @@
 #######################################################################
 if get_option('gtkui')
 	gtk = dependency('gtk4', version : '>= 4.0.0')
-	libadwaita = dependency('libadwaita-1', version : '>= 1')
+	libadwaita = dependency('libadwaita-1', version : '>= 1.2')
 
 	talkatu_dep = dependency('talkatu',
 		version: '>=0.1.0',

mercurial