[gegl] operations: move vector-fill from external to common



commit 64f9bcf730646f400c9a58ade1fe5d8205682c63
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Jul 1 21:46:03 2021 +0200

    operations: move vector-fill from external to common

 operations/common/meson.build                 | 1 +
 operations/{external => common}/vector-fill.c | 0
 operations/external/meson.build               | 1 -
 po/POTFILES.in                                | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/meson.build b/operations/common/meson.build
index 01977ebfa..f3a691c8a 100644
--- a/operations/common/meson.build
+++ b/operations/common/meson.build
@@ -108,6 +108,7 @@ gegl_common_sources = files(
   'unpremultiply.c',
   'unsharp-mask.c',
   'value-invert.c',
+  'vector-fill.c',
   'vignette.c',
   'waterpixels.c',
   'watershed-transform.c',
diff --git a/operations/external/vector-fill.c b/operations/common/vector-fill.c
similarity index 100%
rename from operations/external/vector-fill.c
rename to operations/common/vector-fill.c
diff --git a/operations/external/meson.build b/operations/external/meson.build
index 06cf8e6f4..6b13f8dda 100644
--- a/operations/external/meson.build
+++ b/operations/external/meson.build
@@ -16,7 +16,6 @@ endif
 if cairo.found()
   operations += [
     { 'name': 'path',           'deps': cairo },
-    { 'name': 'vector-fill',    'deps': cairo },
     { 'name': 'vector-stroke',  'deps': cairo },
     { 'name': 'npd',            'deps': [ cairo, libnpd ] },
   ]
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 26326268b..b47dc97c9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -122,6 +122,7 @@ operations/common/tile-seamless.c
 operations/common/unpremultiply.c
 operations/common/unsharp-mask.c
 operations/common/value-invert.c
+operations/common/vector-fill.c
 operations/common/vignette.c
 operations/common/waterpixels.c
 operations/common/watershed-transform.c
@@ -223,7 +224,6 @@ operations/external/text.c
 operations/external/tiff-load.c
 operations/external/tiff-save.c
 operations/external/v4l.c
-operations/external/vector-fill.c
 operations/external/vector-stroke.c
 operations/external/webp-load.c
 operations/external/webp-save.c


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