build: fix various meson deprecation warnings

This commit is contained in:
Christian Hergert
2022-04-01 13:08:26 -07:00
parent c75391e681
commit b307550ea5
2 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@ sysprof_deps = [
sysprof = executable('sysprof', sysprof_resources + sysprof_sources,
dependencies: sysprof_deps,
gui_app: true,
install_dir: get_option('bindir'),
install: true,
)