mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
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:
parent
1664df2c85
commit
35829468f8
1 changed files with 0 additions and 1 deletions
|
|
@ -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, ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue