Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cairo
cairo
Commits
fb3734fa
Commit
fb3734fa
authored
Jan 21, 2022
by
Emmanuele Bassi
Browse files
Merge branch 'fix-build-when-pdf-is-disabled' into 'master'
meson: Fix build when PDF backend is disabled See merge request
!269
parents
a6b2a39f
57498b30
Pipeline
#489319
passed with stages
in 50 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/meson.build
View file @
fb3734fa
...
...
@@ -114,6 +114,7 @@ cairo_sources = [
'cairo-pdf-operators.c',
'cairo-pdf-shading.c',
'cairo-tag-attributes.c',
'cairo-tag-stack.c',
'cairo-deflate-stream.c',
]
...
...
@@ -234,7 +235,6 @@ cairo_feature_sources = {
'cairo-pdf': [
'cairo-pdf-surface.c',
'cairo-pdf-interchange.c',
'cairo-tag-stack.c',
],
'cairo-svg': [
'cairo-svg-surface.c',
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment