mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof-agent: move sysprof-agent to own directory
The tools directory will be going away and pieces moved around.
This commit is contained in:
@ -10,32 +10,6 @@ sysprof_version_conf.set('MINOR_VERSION', sysprof_version[1])
|
||||
sysprof_version_conf.set('MICRO_VERSION', sysprof_version[2])
|
||||
sysprof_version_conf.set('VERSION', meson.project_version())
|
||||
|
||||
if needs_service_access
|
||||
ipc_profiler_src = gnome.gdbus_codegen('ipc-profiler',
|
||||
sources: 'org.gnome.Sysprof3.Profiler.xml',
|
||||
interface_prefix: 'org.gnome.Sysprof3.',
|
||||
namespace: 'Ipc',
|
||||
)
|
||||
|
||||
ipc_service_src = gnome.gdbus_codegen('ipc-service',
|
||||
sources: 'org.gnome.Sysprof3.Service.xml',
|
||||
interface_prefix: 'org.gnome.Sysprof3.',
|
||||
namespace: 'Ipc',
|
||||
)
|
||||
|
||||
ipc_legacy_src = gnome.gdbus_codegen('ipc-legacy',
|
||||
sources: 'org.gnome.Sysprof2.xml',
|
||||
interface_prefix: 'org.gnome.',
|
||||
namespace: 'IpcLegacy',
|
||||
)
|
||||
|
||||
ipc_agent_src = gnome.gdbus_codegen('ipc-agent',
|
||||
sources: 'org.gnome.Sysprof.Agent.xml',
|
||||
interface_prefix: 'org.gnome.Sysprof.',
|
||||
namespace: 'Ipc',
|
||||
)
|
||||
endif
|
||||
|
||||
if install_service_files
|
||||
install_data([
|
||||
'org.gnome.Sysprof2.xml',
|
||||
@ -69,15 +43,9 @@ endif
|
||||
if get_option('sysprofd') == 'bundled'
|
||||
subdir('sysprofd')
|
||||
endif
|
||||
if get_option('libsysprof') or get_option('agent')
|
||||
subdir('libsysprof')
|
||||
endif
|
||||
if get_option('gtk') and get_option('libsysprof')
|
||||
if get_option('gtk')
|
||||
subdir('sysprof')
|
||||
endif
|
||||
if get_option('tools')
|
||||
subdir('tools')
|
||||
endif
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
if get_option('agent')
|
||||
subdir('sysprof-agent')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user