From 66abafaa3def29fb098b27b58d67ab6a731629a3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 10 Jun 2021 13:43:22 +1000 Subject: [PATCH] meson.build: drop the PIPEWIRE_PACKAGE_NAME define The only user of this was the dbus protocol, dropped in 7cbdaeb3b69fc --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 7637a44f7..eb253acd5 100644 --- a/meson.build +++ b/meson.build @@ -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))