From fc4efbef7448eff2872954d0fbdfdf39ac712ed8 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 6 Mar 2020 20:41:21 +0100 Subject: [PATCH] Use libglib-testing submodule only as fallback Eventually, we will only use the one from system but until then both variants should work. --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 3575224..0abea63 100644 --- a/meson.build +++ b/meson.build @@ -40,9 +40,8 @@ polkit_gobject = dependency('polkit-gobject-1') polkitpolicydir = polkit_gobject.get_pkgconfig_variable('policydir', define_variable: ['prefix', prefix]) -libglib_testing = subproject('libglib-testing') libglib_testing_dep = dependency( - 'libglib-testing', + 'glib-testing-0', fallback: ['libglib-testing', 'libglib_testing_dep'], )