mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: bump dex requirement
We need various new API there.
This commit is contained in:
@ -46,7 +46,7 @@ need_libsysprof_capture = true
|
|||||||
need_libsysprof_profile = get_option('libsysprof') or get_option('agent')
|
need_libsysprof_profile = get_option('libsysprof') or get_option('agent')
|
||||||
need_libsysprof_analyze = get_option('libsysprof') or get_option('agent')
|
need_libsysprof_analyze = get_option('libsysprof') or get_option('agent')
|
||||||
|
|
||||||
dex_req = '0.2'
|
dex_req = '0.3'
|
||||||
glib_req = '2.76.0'
|
glib_req = '2.76.0'
|
||||||
gtk_req = '4.10'
|
gtk_req = '4.10'
|
||||||
polkit_req = '0.105'
|
polkit_req = '0.105'
|
||||||
|
|||||||
Reference in New Issue
Block a user