summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGeorge Matsumura <gmmatsumura01@bvsd.org>2020-08-23 21:23:01 -0600
committerGeorge Matsumura <gmmatsumura01@bvsd.org>2020-08-25 02:30:58 -0600
commite47d0de8d2f583c44e9f0aa57ff158e6307b7745 (patch)
tree00e4f26a948378101f2f1eb00107739202b7e3e0 /src/meson.build
parentecbd7ed1740485ccb2be29326ffa6e5ace1df2a7 (diff)
downloadcairo-e47d0de8d2f583c44e9f0aa57ff158e6307b7745.tar.gz
cogl: Remove filling with cogl-path
This removes code that uses the cogl-path library, which was not used except when manually modifying a preprocessor flag. It could not use path caching, was slightly broken, and all of its functionality was provided better by different code paths. Signed-off-by: George Matsumura <gmmatsumura01@bvsd.org>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 160e6657c..f65ab0e8d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -217,7 +217,6 @@ cairo_feature_sources = {
'cairo-cogl': [
'cairo-cogl-surface.c',
'cairo-cogl-gradient.c',
- 'cairo-cogl-utils.c',
],
'cairo-directfb': [
'cairo-directfb-surface.c',