mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
meson: Use sysprof interface defintion from correct prefix
The sysprof interface definition may be installed to a prefix different from where mutter is going to be installed. Fetch the prefix from pkgconfig instead. https://gitlab.gnome.org/GNOME/mutter/merge_requests/993
This commit is contained in:
parent
c4fa30ac7d
commit
ac8066a743
@ -712,7 +712,9 @@ if have_profiler
|
||||
'backends/meta-profiler.h',
|
||||
]
|
||||
|
||||
dbus_interfaces_dir = join_paths(datadir, 'dbus-1', 'interfaces')
|
||||
# sysprof does not export anything more specific than the prefix
|
||||
sysprof_datadir = join_paths(sysprof_dep.get_pkgconfig_variable('prefix'), get_option('datadir'))
|
||||
dbus_interfaces_dir = join_paths(sysprof_datadir, 'dbus-1', 'interfaces')
|
||||
sysprof3_dbus_file = join_paths(dbus_interfaces_dir, 'org.gnome.Sysprof3.Profiler.xml')
|
||||
|
||||
dbus_sysprof3_profiler_built_sources = gnome.gdbus_codegen('meta-dbus-sysprof3-profiler',
|
||||
|
Loading…
x
Reference in New Issue
Block a user