mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-28 09:48:18 +02:00
Merge branch 'small-build-system-fixes' into 'master'
Small build system fixes See merge request cairo/cairo!111
This commit is contained in:
commit
92fa421261
2 changed files with 7 additions and 3 deletions
|
|
@ -418,8 +418,8 @@ gl_surface_test_sources = \
|
|||
gl-surface-source.c
|
||||
|
||||
egl_surface_test_sources = \
|
||||
egl-oversized-surface.c \
|
||||
egl-surface-source.c
|
||||
egl-oversized-surface.c \
|
||||
egl-surface-source.c
|
||||
|
||||
quartz_surface_test_sources = quartz-surface-source.c
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ test_sources = [
|
|||
'bilevel-image.c',
|
||||
'bug-40410.c',
|
||||
'bug-51910.c',
|
||||
'bug-75705.c',
|
||||
'bug-84115.c',
|
||||
'bug-bo-rectangular.c',
|
||||
'bug-bo-collins.c',
|
||||
|
|
@ -145,7 +146,6 @@ test_sources = [
|
|||
'font-face-get-type.c',
|
||||
'font-matrix-translation.c',
|
||||
'font-options.c',
|
||||
#'font-variations.c',
|
||||
'glyph-cache-pressure.c',
|
||||
'get-and-set.c',
|
||||
'get-clip.c',
|
||||
|
|
@ -357,6 +357,7 @@ test_sources = [
|
|||
'text-glyph-range.c',
|
||||
'text-pattern.c',
|
||||
'text-rotate.c',
|
||||
'text-subpixel.c',
|
||||
'text-transform.c',
|
||||
'text-unhinted-metrics.c',
|
||||
'text-zero-len.c',
|
||||
|
|
@ -399,7 +400,10 @@ test_pthread_sources = [
|
|||
'pthread-similar.c',
|
||||
]
|
||||
|
||||
# Only font-variations.c is ft-specific according to Makefile.sources, the other
|
||||
# depend on fontconfig
|
||||
test_ft_font_sources = [
|
||||
'font-variations.c',
|
||||
'bitmap-font.c',
|
||||
'ft-font-create-for-ft-face.c',
|
||||
'ft-show-glyphs-positioning.c',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue