mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson.build: drop PIPEWIRE_PACKAGE_ORIGIN and PIPEWIRE_LICENSE defines
These seems to be a copy/paste from GST_* but was never actually used anywhere in our tree.
This commit is contained in:
parent
66abafaa3d
commit
c4e3efbcf8
1 changed files with 0 additions and 2 deletions
|
|
@ -188,8 +188,6 @@ cdata.set_quoted('PIPEWIRE_CONFDATADIR', pipewire_confdatadir)
|
|||
cdata.set_quoted('LOCALEDIR', pipewire_localedir)
|
||||
cdata.set_quoted('LIBDIR', pipewire_libdir)
|
||||
cdata.set_quoted('GETTEXT_PACKAGE', meson.project_name())
|
||||
cdata.set('PIPEWIRE_LICENSE', '"MIT"')
|
||||
cdata.set('PIPEWIRE_PACKAGE_ORIGIN', '"Unknown package origin"')
|
||||
cdata.set('PACKAGE', '"pipewire"')
|
||||
cdata.set('PACKAGE_NAME', '"PipeWire"')
|
||||
cdata.set('PACKAGE_STRING', '"PipeWire @0@"'.format(pipewire_version))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue