mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 03:28:09 +02:00
build: Enable cairo-sphinx only if we have SysV's SHM
Otherwise the build fails on Android when enabling the tee surface.
This commit is contained in:
parent
77cdde124a
commit
98e9a40985
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ endif
|
|||
|
||||
if (glib_dep.found() and
|
||||
png_dep.found() and
|
||||
have_shm and
|
||||
host_machine.system() != 'windows' and
|
||||
conf.get('CAIRO_HAS_DLSYM', 0) == 1 and
|
||||
feature_conf.get('CAIRO_HAS_SCRIPT_SURFACE', 0) == 1 and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue