mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-24 13:14:53 +02:00
Merge branch 'wip/chergert/fix-sysprof-wrapper' into 'main'
build: update sysprof configuration options See merge request GNOME/glib!2689
This commit is contained in:
commit
cdc5bf0227
@ -8,12 +8,12 @@ subdir('libcharset')
|
|||||||
libsysprof_capture_dep = dependency('sysprof-capture-4', version: '>= 3.38.0',
|
libsysprof_capture_dep = dependency('sysprof-capture-4', version: '>= 3.38.0',
|
||||||
required: get_option('sysprof'),
|
required: get_option('sysprof'),
|
||||||
default_options: [
|
default_options: [
|
||||||
'enable_examples=false',
|
'examples=false',
|
||||||
'enable_gtk=false',
|
'gtk=false',
|
||||||
'enable_tests=false',
|
'tests=false',
|
||||||
'enable_tools=false',
|
'tools=false',
|
||||||
'libsysprof=false',
|
'libsysprof=false',
|
||||||
'with_sysprofd=none',
|
'sysprofd=none',
|
||||||
'help=false',
|
'help=false',
|
||||||
],
|
],
|
||||||
fallback: ['sysprof', 'libsysprof_capture_dep'],
|
fallback: ['sysprof', 'libsysprof_capture_dep'],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
directory=sysprof
|
directory=sysprof
|
||||||
url=https://gitlab.gnome.org/GNOME/sysprof.git
|
url=https://gitlab.gnome.org/GNOME/sysprof.git
|
||||||
revision=3.38.0
|
revision=02e50efa49885a5a20a84a8cd7feda10ae7e7e98
|
||||||
depth=1
|
depth=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user