On Sun, Dec 8, 2019 at 7:13 AM Roman Bogorodskiy <bogorods...@gmail.com> wrote:
>
> Properly specify placeholder value to get it replaced.
>
> Signed-off-by: Roman Bogorodskiy <bogorods...@gmail.com>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meson.build b/meson.build
> index 663b6da..96eb9ae 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -76,7 +76,7 @@ osinfo_db_tools_cflags += [
>  ]
>
>  #  gettext package name
> -osinfo_db_tools_cflags += 
> ['-DGETTEXT_PACKAGE="0"'.format(meson.project_name())]
> +osinfo_db_tools_cflags += 
> ['-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name())]
>
>  #  cflags to check whether the compiler supports them or not
>  osinfo_db_tools_check_cflags = [
> --
> 2.23.0
>
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo@redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
>

Reviewed-by: Fabiano Fidêncio <fiden...@redhat.com>


_______________________________________________
Libosinfo mailing list
Libosinfo@redhat.com
https://www.redhat.com/mailman/listinfo/libosinfo

Reply via email to