mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-02 02:38:07 +02:00
build: Don't build cairo-sphinx when the tee surface is off
cairo-sphinx depends on cairo-tee, which is not always enabled. Reported-by: James Cloos <cloos@jhcloos.com>
This commit is contained in:
parent
f409f74dec
commit
3a504282ef
1 changed files with 2 additions and 0 deletions
|
|
@ -21,9 +21,11 @@ endif
|
|||
|
||||
if BUILD_SPHINX
|
||||
if CAIRO_HAS_SCRIPT_SURFACE
|
||||
if CAIRO_HAS_TEE_SURFACE
|
||||
SUBDIRS += cairo-sphinx
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue