mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
build: fix sysprof default options
Sysprof just recently cleaned up it's meson_options.txt and this makes the tracking of the master branch match the new values.
This commit is contained in:
parent
393893b8db
commit
2694d81d63
20
meson.build
20
meson.build
@ -685,12 +685,12 @@ if not get_option('sysprof').disabled()
|
|||||||
libsysprof_capture_dep = dependency('sysprof-capture-4', version: sysprof_req,
|
libsysprof_capture_dep = dependency('sysprof-capture-4', version: sysprof_req,
|
||||||
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=true',
|
'libsysprof=true',
|
||||||
'with_sysprofd=none',
|
'sysprofd=none',
|
||||||
'help=false',
|
'help=false',
|
||||||
],
|
],
|
||||||
fallback: ['sysprof', 'libsysprof_capture_dep'],
|
fallback: ['sysprof', 'libsysprof_capture_dep'],
|
||||||
@ -699,12 +699,12 @@ if not get_option('sysprof').disabled()
|
|||||||
libsysprof_dep = dependency('sysprof-4',
|
libsysprof_dep = dependency('sysprof-4',
|
||||||
required: false,
|
required: false,
|
||||||
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=true',
|
'libsysprof=true',
|
||||||
'with_sysprofd=none',
|
'sysprofd=none',
|
||||||
'help=false',
|
'help=false',
|
||||||
],
|
],
|
||||||
fallback: ['sysprof', 'libsysprof_dep'],
|
fallback: ['sysprof', 'libsysprof_dep'],
|
||||||
|
Loading…
Reference in New Issue
Block a user