mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: reduce GLib requirement
We can probably even do this further, but I want to do a bunch of tree moderniziation first.
This commit is contained in:
@ -17,9 +17,8 @@ version_split = meson.project_version().split('.')
|
|||||||
datadir = get_option('datadir')
|
datadir = get_option('datadir')
|
||||||
podir = join_paths(meson.source_root(), 'po')
|
podir = join_paths(meson.source_root(), 'po')
|
||||||
|
|
||||||
|
glib_req_version = '>= 2.56'
|
||||||
glib_req_version = '>= 2.60'
|
gtk_req_version = '>= 3.22'
|
||||||
gtk_req_version = '>= 3.24'
|
|
||||||
|
|
||||||
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