Merge branch 'glib-testing-system' into 'master'

Use libglib-testing submodule only as fallback

See merge request pwithnall/malcontent!40
This commit is contained in:
Philip Withnall 2020-03-16 18:14:41 +00:00
commit bd173218e6
1 changed files with 1 additions and 2 deletions

View File

@ -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'],
)