[gegl/wip/lantw/fix-204-docs-workshop-warnings: 1/5] meson: Rename variables in operations/common-gpl3+



commit c316b139daec1021049c3993ccc63e2394be8d6b
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Wed Sep 11 11:52:10 2019 +0800

    meson: Rename variables in operations/common-gpl3+
    
    Both operations/common and operations/common-gpl3+ use 'gegl_common_'
    as the prefix of variable names, which is likely to cause confusion.

 operations/common-gpl3+/meson.build | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common-gpl3+/meson.build b/operations/common-gpl3+/meson.build
index 68ed5c5b2..7f283b014 100644
--- a/operations/common-gpl3+/meson.build
+++ b/operations/common-gpl3+/meson.build
@@ -1,4 +1,4 @@
-gegl_common_sources = files(
+gegl_common_gpl3_sources = files(
   'antialias.c',
   'apply-lens.c',
   'bayer-matrix.c',
@@ -51,8 +51,8 @@ gegl_common_sources = files(
   'wind.c',
 )
 
-gegl_common_sources += custom_target('module_common_gpl3.c',
-  input : [ gegl_common_sources ],
+gegl_common_gpl3_sources += custom_target('module_common_gpl3.c',
+  input : [ gegl_common_gpl3_sources ],
   output: [ 'module_common_gpl3.c' ],
   command: [
     gen_loader,
@@ -61,8 +61,8 @@ gegl_common_sources += custom_target('module_common_gpl3.c',
   capture: true
 )
 
-gegl_common = shared_library('gegl-common-gpl3',
-  [ gegl_common_sources, opencl_headers, ],
+gegl_common_gpl3 = shared_library('gegl-common-gpl3',
+  [ gegl_common_gpl3_sources, opencl_headers, ],
   include_directories: [ rootInclude, geglInclude, ],
   dependencies: [
     babl,


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