meson.build: drop the PIPEWIRE_PACKAGE_NAME define

The only user of this was the dbus protocol, dropped in 7cbdaeb3b6
This commit is contained in:
Peter Hutterer 2021-06-10 13:43:22 +10:00 committed by Wim Taymans
parent d1e2ab1eac
commit 66abafaa3d

View file

@ -190,7 +190,6 @@ 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('PIPEWIRE_PACKAGE_NAME', '"PipeWire source release"')
cdata.set('PACKAGE', '"pipewire"')
cdata.set('PACKAGE_NAME', '"PipeWire"')
cdata.set('PACKAGE_STRING', '"PipeWire @0@"'.format(pipewire_version))