summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2020-04-22 12:25:39 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2020-04-22 12:25:39 +0800
commit3f07a12522a3d5f4bfd1141adcd8d4f913f74020 (patch)
tree8fb38ee9c325eeff74399984c2e31b4ec774dccf
parent40ca043597e17c4521b8d1ec1495db5170da4295 (diff)
downloadgrilo-3f07a12522a3d5f4bfd1141adcd8d4f913f74020.tar.gz
src/meson.build: Pass in GRL_NAME
We need that for Windows builds...
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index c0e2103..0c2e60f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -87,6 +87,7 @@ c_args = [
'-DGRILO_COMPILATION',
'-DG_LOG_DOMAIN="Grilo"',
'-DHAVE_CONFIG_H',
+ '-DGRL_NAME="@0@"'.format(grl_name)
]
libgrl_dep_libs = []