mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 15:48:00 +02:00
pdf-tagged-text depends on PDF
This commit is contained in:
parent
c9187c529e
commit
a2b376ed78
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,9 @@
|
|||
#endif
|
||||
|
||||
#include <cairo.h>
|
||||
|
||||
#if CAIRO_HAS_PDF_SURFACE
|
||||
|
||||
#include <cairo-pdf.h>
|
||||
|
||||
/* This test checks PDF with
|
||||
|
|
@ -604,3 +607,5 @@ CAIRO_TEST (pdf_tagged_text,
|
|||
NULL, /* requirements */
|
||||
0, 0,
|
||||
preamble, NULL)
|
||||
|
||||
#endif /* CAIRO_HAS_PDF_SURFACE */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue