mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: lower libpanel requirement to ease some build systems
This commit is contained in:
@ -88,7 +88,7 @@ sysprof_deps = [
|
||||
cc.find_library('m', required: false),
|
||||
dependency('gtk4', version: gtk_req_version),
|
||||
dependency('libadwaita-1', version: '>= 1.6.0'),
|
||||
dependency('libpanel-1', version: '>= 1.7.0'),
|
||||
dependency('libpanel-1', version: '>= 1.4'),
|
||||
|
||||
libsysprof_static_dep,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user