diff --git a/meson.build b/meson.build index 8e874a6aab..145bdfec72 100644 --- a/meson.build +++ b/meson.build @@ -107,13 +107,14 @@ cdata.set('GST_LICENSE', '"LGPL"') gst_package_name = get_option('with-package-name') if gst_package_name == '' if gst_version_nano == 0 - cdata.set_quoted('GST_PACKAGE_NAME', 'GStreamer Ugly Plug-ins source release') + gst_package_name = 'GStreamer Ugly Plug-ins source release' elif gst_version_nano == 1 - cdata.set_quoted('GST_PACKAGE_NAME', 'GStreamer Ugly Plug-ins git') + gst_package_name = 'GStreamer Ugly Plug-ins git' else - cdata.set_quoted('GST_PACKAGE_NAME', 'GStreamer Ugly Plug-ins prerelease') + gst_package_name = 'GStreamer Ugly Plug-ins prerelease' endif endif +cdata.set_quoted('GST_PACKAGE_NAME', gst_package_name) cdata.set_quoted('GST_PACKAGE_ORIGIN', get_option('with-package-origin')) # Mandatory GST deps