meson.build: remove explicit install_dir

Executables are installed in the bindir by default. And
furthermore if the directory is explicitly specified, then
the target won't be considered when setting up $PATH in the devenv.

Fixes 1ef43a5255
This commit is contained in:
Barnabás Pőcze 2023-03-12 10:34:28 +01:00
parent 1664df2c85
commit 35829468f8

View file

@ -89,7 +89,6 @@ configure_file(input : 'pipewire.conf.in',
pipewire_exec = executable('pipewire',
pipewire_daemon_sources,
install: true,
install_dir: pipewire_bindir,
c_args : pipewire_c_args,
include_directories : [ configinc ],
dependencies : [ spa_dep, pipewire_dep, ],