[libgdata: 2/6] build: Improve spelling of a meson variable



commit cf208a8b30cf12bf89a3fced77d81876334979c2
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Aug 21 10:35:52 2019 +0300

    build: Improve spelling of a meson variable
    
    This introduces no functional changes; just makes the build files a
    little simpler to understand.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 demos/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/demos/meson.build b/demos/meson.build
index 7d2e52e7..a8f4db0b 100644
--- a/demos/meson.build
+++ b/demos/meson.build
@@ -1,4 +1,4 @@
-demos_cargs = [
+demos_c_args = [
   '-DLIBGDATA_DISABLE_DEPRECATED',
 ]
 
@@ -25,7 +25,7 @@ foreach demo: demos
 
   executable(
     demo[1],
-    c_args: demos_cargs + ['-DG_LOG_DOMAIN="@0@"'.format(demo[1])],
+    c_args: demos_c_args + ['-DG_LOG_DOMAIN="@0@"'.format(demo[1])],
     include_directories: top_inc_dir,
     kwargs: kwargs,
   )


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