build: remove libsysprof

This library is going away now that we have -analyze and -profile libs.
This commit is contained in:
Christian Hergert
2023-07-17 11:38:25 -07:00
parent eb72b1100b
commit 12e75e4c8c
108 changed files with 2 additions and 23092 deletions

View File

@ -8,9 +8,6 @@ option('development', type: 'boolean', value: 'false')
# server scenarios.
option('gtk', type: 'boolean')
# Disable libsysprof/ui (in situations you only want sysprof-capture)
option('libsysprof', type: 'boolean')
# Allow disabling the installation of libsysprof-capture*.a
option('install-static', type: 'boolean')
@ -29,12 +26,6 @@ option('systemdunitdir', type: 'string',
description: 'Directory for systemd service files'
)
# An optional location to specify where to locate debug information. This
# is useful for distributions to set based on their debuginfo setup.
option('debugdir', type: 'string',
description: 'Look for global separate debug info in this path'
)
# If Yelp documentation should be installed
option('help', type: 'boolean')