mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
meson: Bump min required libadwaita version
Since URI dialog was ported to use AdwAlertDialog, a minimal Adw version has to be changed to 1.5.
This commit is contained in:
@@ -11,7 +11,7 @@ project('clapper', 'c',
|
||||
glib_req = '>= 2.76.0'
|
||||
gst_req = '>= 1.24.0'
|
||||
gtk4_req = '>= 4.10.0'
|
||||
adw_req = '>= 1.4.0'
|
||||
adw_req = '>= 1.5.0'
|
||||
|
||||
clapper_version = meson.project_version().split('-')[0]
|
||||
version_array = clapper_version.split('.')
|
||||
|
Reference in New Issue
Block a user