mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: only build libsysprof-ui if -Denable_gtk=true
This commit is contained in:
@ -1,3 +1,5 @@
|
|||||||
|
if get_option('enable_gtk')
|
||||||
|
|
||||||
libsysprof_ui_public_sources = [
|
libsysprof_ui_public_sources = [
|
||||||
'sysprof-aid.c',
|
'sysprof-aid.c',
|
||||||
'sysprof-capture-view.c',
|
'sysprof-capture-view.c',
|
||||||
@ -123,3 +125,5 @@ pkgconfig.generate(
|
|||||||
)
|
)
|
||||||
|
|
||||||
install_headers(libsysprof_ui_public_headers, subdir: sysprof_header_subdir)
|
install_headers(libsysprof_ui_public_headers, subdir: sysprof_header_subdir)
|
||||||
|
|
||||||
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user