summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2020-05-01 10:57:16 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-05-01 10:57:16 -0500
commit72939240d47c390305676cd325ae13fba0929275 (patch)
treeba700179349358aee6bc3ed2a129cc9db045a2a2 /meson.build
parent1cf963f14bd6c414f36100bd017cfa9c027aa0f6 (diff)
downloadgdm-72939240d47c390305676cd325ae13fba0929275.tar.gz
meson: Really don't require libcheck
This fixes bf4aa1be9f493632e3dbcd6ae56a2cc97ea6d29a
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b0f46e5b..261b3a02 100644
--- a/meson.build
+++ b/meson.build
@@ -109,7 +109,7 @@ have_adt = cc.has_header_symbol('bsm/adt.h', 'ADT_USER')
# libaudit
libaudit_dep = dependency('audit', required: get_option('libaudit'))
# unit testsheadername
-libcheck_dep = dependency('check', version: '>= 0.9.4')
+libcheck_dep = dependency('check', required: false, version: '>= 0.9.4')
cc.has_header('security/pam_modutil.h')
cc.has_header('security/pam_ext.h')