summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-05-05 00:15:16 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-08-28 12:53:43 +0100
commite78a90ed983d98a2bc8364a16f33e6319e632058 (patch)
tree0b1c3b717b518601875bd664bfc84bd9fd83838b /test/meson.build
parent187fd83aaa3a342e598f2731ca0e78414c7a2ffa (diff)
downloadcairo-e78a90ed983d98a2bc8364a16f33e6319e632058.tar.gz
meson: enable pthread tests if 'real pthread' is available
Fixes #477
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index 73bb0d2d9..b7bda2333 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -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