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:
commit
bd173218e6
|
@ -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'],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue