From c4e3efbcf8047a8512cf802294125c5217bf69af Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 10 Jun 2021 13:44:44 +1000 Subject: [PATCH] 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. --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index eb253acd5..ea8e354c6 100644 --- a/meson.build +++ b/meson.build @@ -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))