Merge branch 'subprojects-again' into 'master'
build: Re-add libglib-testing subproject See merge request pwithnall/malcontent!79
This commit is contained in:
commit
ab75b35d91
|
@ -3,7 +3,7 @@ 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'),
|
||||
dependency('glib-testing-0', fallback: ['libglib-testing', 'libglib_testing_dep']),
|
||||
libmalcontent_dep,
|
||||
]
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[wrap-git]
|
||||
directory = libglib-testing
|
||||
url = https://gitlab.gnome.org/pwithnall/libglib-testing.git
|
||||
revision = 0.1.0
|
Loading…
Reference in New Issue