mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: drop VERSION, use PACKAGE_VERSION in the C sources
Slightly better namespaced since it's not usually used anywhere else, VERSION is too generic.
This commit is contained in:
parent
c4e3efbcf8
commit
b5e98027b7
2 changed files with 1 additions and 2 deletions
|
|
@ -196,7 +196,6 @@ cdata.set('PACKAGE_URL', '"http://pipewire.org"')
|
||||||
cdata.set_quoted('PACKAGE_VERSION', pipewire_version)
|
cdata.set_quoted('PACKAGE_VERSION', pipewire_version)
|
||||||
cdata.set_quoted('MODULEDIR', modules_install_dir)
|
cdata.set_quoted('MODULEDIR', modules_install_dir)
|
||||||
cdata.set_quoted('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
|
cdata.set_quoted('PIPEWIRE_CONFIG_DIR', pipewire_configdir)
|
||||||
cdata.set_quoted('VERSION', pipewire_version)
|
|
||||||
cdata.set_quoted('PLUGINDIR', spa_plugindir)
|
cdata.set_quoted('PLUGINDIR', spa_plugindir)
|
||||||
# FIXME: --with-memory-alignment],[8,N,malloc,pagesize (default is 32)]) option
|
# FIXME: --with-memory-alignment],[8,N,malloc,pagesize (default is 32)]) option
|
||||||
cdata.set('MEMORY_ALIGNMENT_MALLOC', 1)
|
cdata.set('MEMORY_ALIGNMENT_MALLOC', 1)
|
||||||
|
|
|
||||||
|
|
@ -66,4 +66,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
pipewire,
|
pipewire,
|
||||||
"Uses PipeWire to handle media streams",
|
"Uses PipeWire to handle media streams",
|
||||||
plugin_init, VERSION, "MIT/X11", "pipewire", "pipewire.org")
|
plugin_init, PACKAGE_VERSION, "MIT/X11", "pipewire", "pipewire.org")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue