mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 02:50:19 +01:00
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:
commit
42d3f4cc29
2 changed files with 1 additions and 1 deletions
|
|
@ -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 |
Loading…
Add table
Reference in a new issue