mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 02:08:07 +02:00
[test] Fix typos that excluded backend test sources
This commit is contained in:
parent
c25992479a
commit
2f962799a7
1 changed files with 3 additions and 3 deletions
|
|
@ -13,16 +13,16 @@ test_sources += $(pthread_test_sources)
|
|||
endif
|
||||
|
||||
if CAIRO_HAS_FT_FONT
|
||||
test_sources += $(ft_font_sources)
|
||||
test_sources += $(ft_font_test_sources)
|
||||
endif
|
||||
|
||||
# Need to add quartz-surface-source
|
||||
if CAIRO_HAS_QUARTZ_SURFACE
|
||||
test_sources += $(quartz_surface_sources)
|
||||
test_sources += $(quartz_surface_test_sources)
|
||||
endif
|
||||
|
||||
if CAIRO_HAS_GLITZ_SURFACE
|
||||
test_sources += $(glitz_surface_sources)
|
||||
test_sources += $(glitz_surface_test_sources)
|
||||
endif
|
||||
|
||||
if CAIRO_HAS_PDF_SURFACE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue