From e18856a52da912e3440ef909a221592067139b13 Mon Sep 17 00:00:00 2001 From: Bruce Cowan <bruce@bcowan.me.uk> Date: Sat, 24 Aug 2019 10:45:19 +0100 Subject: [PATCH] Correct glib dependency condition --- array/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/array/meson.build b/array/meson.build index 48e0d19..d9e53c5 100644 --- a/array/meson.build +++ b/array/meson.build @@ -1,5 +1,5 @@ subdir('src') -if openmp_dep.found() +if glib_dep.found() subdir('test') endif -- GitLab