mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -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_exec = executable('pipewire',
|
||||||
pipewire_daemon_sources,
|
pipewire_daemon_sources,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: pipewire_bindir,
|
|
||||||
c_args : pipewire_c_args,
|
c_args : pipewire_c_args,
|
||||||
include_directories : [ configinc ],
|
include_directories : [ configinc ],
|
||||||
dependencies : [ spa_dep, pipewire_dep, ],
|
dependencies : [ spa_dep, pipewire_dep, ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue