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))