mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
meson.build: No need for PLUGINDIR
This commit is contained in:
parent
05adcb31e5
commit
1079d433ef
2 changed files with 0 additions and 4 deletions
|
|
@ -360,9 +360,6 @@
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#mesondefine PACKAGE_VERSION
|
#mesondefine PACKAGE_VERSION
|
||||||
|
|
||||||
/* directory where plugins are located */
|
|
||||||
#mesondefine PLUGINDIR
|
|
||||||
|
|
||||||
/* directory where plugins are located */
|
/* directory where plugins are located */
|
||||||
#mesondefine MODULEDIR
|
#mesondefine MODULEDIR
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ cdata.set('PACKAGE_STRING', '"Pinos @0@"'.format(pinos_version))
|
||||||
cdata.set('PACKAGE_TARNAME', '"pinos"')
|
cdata.set('PACKAGE_TARNAME', '"pinos"')
|
||||||
cdata.set('PACKAGE_URL', '""')
|
cdata.set('PACKAGE_URL', '""')
|
||||||
cdata.set('PACKAGE_VERSION', '"@0@"'.format(pinos_version))
|
cdata.set('PACKAGE_VERSION', '"@0@"'.format(pinos_version))
|
||||||
cdata.set('PLUGINDIR', '"@0@/@1@/pinos-@2@"'.format(get_option('prefix'),get_option('libdir'),apiversion))
|
|
||||||
cdata.set('MODULEDIR', '"@0@/@1@/pinos-@2@"'.format(get_option('prefix'),get_option('libdir'),apiversion))
|
cdata.set('MODULEDIR', '"@0@/@1@/pinos-@2@"'.format(get_option('prefix'),get_option('libdir'),apiversion))
|
||||||
cdata.set('PINOS_CONFIG_DIR', '"@0@/etc/pinos"'.format(get_option('prefix')))
|
cdata.set('PINOS_CONFIG_DIR', '"@0@/etc/pinos"'.format(get_option('prefix')))
|
||||||
cdata.set('VERSION', '"@0@"'.format(pinos_version))
|
cdata.set('VERSION', '"@0@"'.format(pinos_version))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue