[cairo-commit] 2 commits - meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Mon Mar 1 14:10:06 UTC 2021
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d847f1d6219b74b544b6a4438ec49ddbeb6b665b
Merge: 553c19df1 55a595174
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Mon Mar 1 14:10:04 2021 +0000
Merge branch 'spectre-dep' into 'master'
meson: Move libspectre to test_deps
Closes #425
See merge request cairo/cairo!135
commit 55a5951742ca5a1e90d1e53aeb46ff346e33b76f
Author: Uli Schlachter <psychon at znc.in>
Date: Mon Mar 1 14:06:02 2021 +0100
meson: Move libspectre to test_deps
libspectre is only used for ps tests. Adding it to "deps" needlessly
makes it show up in cairo.pc's Requires.private.
Fixes: https://gitlab.freedesktop.org/cairo/cairo/-/issues/425
Signed-off-by: Uli Schlachter <psychon at znc.in>
diff --git a/meson.build b/meson.build
index b1759b5f3..a20e4b1b0 100644
--- a/meson.build
+++ b/meson.build
@@ -696,7 +696,7 @@ if feature_conf.get('CAIRO_HAS_PS_SURFACE', 0) == 1
if libspectre_dep.found()
conf.set('CAIRO_HAS_SPECTRE', 1)
- deps += [libspectre_dep]
+ test_deps += [libspectre_dep]
endif
endif
More information about the cairo-commit
mailing list