[grilo/master.msvc: 3/13] src/meson.build: Pass in GRL_NAME



commit 3f07a12522a3d5f4bfd1141adcd8d4f913f74020
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 22 12:25:39 2020 +0800

    src/meson.build: Pass in GRL_NAME
    
    We need that for Windows builds...

 src/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
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 = []


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