[osinfo-db-tools PATCH 2/2] meson: fix GETTEXT_PACKAGE formatting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Properly specify placeholder value to get it replaced.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@xxxxxxxxx>
---
 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@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libosinfo




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux