mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 16:00:24 +01:00
Merge branch 'master' into 'master'
Update to add sunos See merge request cairo/cairo!526
This commit is contained in:
commit
01a8ca0518
1 changed files with 1 additions and 1 deletions
|
|
@ -759,7 +759,7 @@ if not ['x86', 'x86_64'].contains(host_machine.cpu_family())
|
|||
conf.set('ATOMIC_OP_NEEDS_MEMORY_BARRIER', 1)
|
||||
endif
|
||||
|
||||
have_ld_preload = ['linux', 'freebsd', 'darwin', 'dragonfly'].contains(host_machine.system())
|
||||
have_ld_preload = ['linux', 'freebsd', 'darwin', 'dragonfly', 'sunos'].contains(host_machine.system())
|
||||
|
||||
if have_ld_preload and zlib_dep.found() and conf.get('CAIRO_HAS_REAL_PTHREAD', 0) == 1 and conf.get('CAIRO_HAS_DLSYM', 0) == 1
|
||||
conf.set('CAIRO_HAS_TRACE', 1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue