mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
libsysprof: lower dazzle requirement
This commit is contained in:
@ -20,7 +20,7 @@ podir = join_paths(meson.source_root(), 'po')
|
|||||||
glib_req_version = '>= 2.50'
|
glib_req_version = '>= 2.50'
|
||||||
gtk_req_version = '>= 3.22'
|
gtk_req_version = '>= 3.22'
|
||||||
polkit_req_version = '>= 0.105'
|
polkit_req_version = '>= 0.105'
|
||||||
dazzle_req_version = '>= 3.33.1'
|
dazzle_req_version = '>= 3.30.0'
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
cxx = meson.get_compiler('cpp')
|
cxx = meson.get_compiler('cpp')
|
||||||
|
|||||||
Reference in New Issue
Block a user