Merge branch 'meson-pthread-tests' into 'master'

meson: enable pthread tests if 'real pthread' is available

Closes #477

See merge request cairo/cairo!176
This commit is contained in:
Tim-Philipp Müller 2021-08-28 12:49:37 +00:00
commit 42d3f4cc29
2 changed files with 1 additions and 1 deletions

View file

@ -517,7 +517,7 @@ build_any2ppm = false
has_multipage_surfaces = false
add_fallback_resolution = false
if conf.get('HAVE_REAL_PTHREAD', 0) == 1
if conf.get('CAIRO_HAS_REAL_PTHREAD', 0) == 1
test_sources += test_pthread_sources
endif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 46 KiB