mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: bump version requirements
This commit is contained in:
@ -44,9 +44,9 @@ need_libsysprof = (need_gtk or
|
||||
get_option('tools') or
|
||||
get_option('tests'))
|
||||
|
||||
dex_req = '0.3'
|
||||
glib_req = '2.76.0'
|
||||
gtk_req = '4.10'
|
||||
dex_req = '0.6'
|
||||
glib_req = '2.80.0'
|
||||
gtk_req = '4.15'
|
||||
polkit_req = '0.105'
|
||||
|
||||
dex_req_version = '>= @0@'.format(dex_req)
|
||||
|
||||
@ -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,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user