meson.build

changeset 42970
365a518a6c7b
parent 42969
4132f4d92fd7
child 42978
bf58b98751aa
--- a/meson.build	Tue Sep 24 21:33:58 2024 -0500
+++ b/meson.build	Wed Sep 25 02:26:41 2024 -0500
@@ -202,7 +202,7 @@
 #######################################################################
 if get_option('gtkui')
 	gtk = dependency('gtk4', version : '>= 4.10.0')
-	libadwaita = dependency('libadwaita-1', version : '>= 1.4')
+	libadwaita = dependency('libadwaita-1', version : '>= 1.5')
 endif
 
 ENABLE_GTK = get_option('gtkui')

mercurial