build: Stop building libglib-testing as a subproject
Just add it as a dependency instead. It’s a lot less painful (git submodules are still a pain to use; and `git evtag` doesn’t work well with them); and libglib-testing has just done a 0.1.0 release which we can depend on. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
d374ea676f
commit
d85126da9d
5 changed files with 2 additions and 11 deletions
|
@ -3,8 +3,8 @@ deps = [
|
|||
dependency('gio-unix-2.0', version: '>= 2.44'),
|
||||
dependency('glib-2.0', version: '>= 2.60.0'),
|
||||
dependency('gobject-2.0', version: '>= 2.44'),
|
||||
dependency('glib-testing-0'),
|
||||
libmalcontent_dep,
|
||||
libglib_testing_dep,
|
||||
]
|
||||
|
||||
envs = test_env + [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue