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:
Wim Taymans 2017-06-19 12:19:22 +02:00
parent 763bd1100e
commit 4a6b1b42bc
20 changed files with 84 additions and 36 deletions

View file

@ -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