mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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
|
|
@ -66,4 +66,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
|||
GST_VERSION_MINOR,
|
||||
pipewire,
|
||||
"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