mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Don't hardcode plugin path
Use SPA_PLUGIN_DIR to get the plugin path. Install plugins in subdirectory to make it match the build tree.
This commit is contained in:
parent
763bd1100e
commit
4a6b1b42bc
20 changed files with 84 additions and 36 deletions
|
|
@ -360,12 +360,15 @@
|
|||
/* Define to the version of this package. */
|
||||
#mesondefine PACKAGE_VERSION
|
||||
|
||||
/* directory where plugins are located */
|
||||
/* directory where modules are located */
|
||||
#mesondefine MODULEDIR
|
||||
|
||||
/* directory where config files are located */
|
||||
#mesondefine PIPEWIRE_CONFIG_DIR
|
||||
|
||||
/* directory where plugins are located */
|
||||
#mesondefine PLUGINDIR
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
#mesondefine PTHREAD_CREATE_JOINABLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue