mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: ignore post-install unless gtk app is installed
This commit is contained in:
@ -190,4 +190,6 @@ subdir('examples')
|
||||
subdir('help')
|
||||
subdir('po')
|
||||
|
||||
meson.add_install_script('build-aux/meson/post_install.sh')
|
||||
if get_option('enable_gtk')
|
||||
meson.add_install_script('build-aux/meson/post_install.sh')
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user