build: bump version requirements

This commit is contained in:
Christian Hergert
2024-06-24 12:01:48 -07:00
parent 451182942a
commit 530b4a9d12
2 changed files with 5 additions and 5 deletions

View File

@ -85,8 +85,8 @@ sysprof_resources = gnome.compile_resources('sysprof-resources', 'sysprof.gresou
sysprof_deps = [
cc.find_library('m', required: false),
dependency('gtk4', version: gtk_req_version),
dependency('libadwaita-1', version: '>= 1.4.alpha'),
dependency('libpanel-1', version: '>= 1.3.0'),
dependency('libadwaita-1', version: '>= 1.6.alpha'),
dependency('libpanel-1', version: '>= 1.7.0'),
libsysprof_static_dep,
]