mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: add internal variable for profiler xml file
This commit is contained in:
@ -32,8 +32,10 @@ if get_option('with_sysprofd') == 'bundled' or get_option('libsysprof')
|
|||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
org_gnome_Sysprof3_Profiler_xml = files(['org.gnome.Sysprof3.Profiler.xml'])
|
||||||
|
|
||||||
if get_option('libsysprof')
|
if get_option('libsysprof')
|
||||||
install_data(['org.gnome.Sysprof3.Profiler.xml'],
|
install_data(org_gnome_Sysprof3_Profiler_xml,
|
||||||
install_dir: join_paths(datadir, 'dbus-1/interfaces'),
|
install_dir: join_paths(datadir, 'dbus-1/interfaces'),
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user