2 commits - meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 28 16:31:00 UTC 2024


 meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01a8ca05185b3d29bfdbce2345bfb2dfb9711051
Merge: 09779a7e5 54231e89f
Author: Uli Schlachter <psychon at znc.in>
Date:   Tue May 28 16:30:57 2024 +0000

    Merge branch 'master' into 'master'
    
    Update to add sunos
    
    See merge request cairo/cairo!526

commit 54231e89f3846cb3e1e6fb6d25cec2502250ccf1
Author: Niveditha Rau <niveditha.rau at oracle.com>
Date:   Tue Nov 7 23:21:57 2023 +0000

    Update file meson.build

diff --git a/meson.build b/meson.build
index 9efe91978..70ed9b24d 100644
--- a/meson.build
+++ b/meson.build
@@ -762,7 +762,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)


More information about the cairo-commit mailing list