mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: drop glib requirement
This isn't needed to maintain compatibility.
b624ec8809 (note_636631)
This commit is contained in:
@ -17,7 +17,7 @@ version_split = meson.project_version().split('.')
|
||||
datadir = get_option('datadir')
|
||||
podir = join_paths(meson.source_root(), 'po')
|
||||
|
||||
glib_req_version = '>= 2.63.0'
|
||||
glib_req_version = '>= 2.61.3'
|
||||
gtk_req_version = '>= 3.22'
|
||||
polkit_req_version = '>= 0.105'
|
||||
dazzle_req_version = '>= 3.30.0'
|
||||
|
||||
Reference in New Issue
Block a user