[PATCH imrsh] build: add subproject fallback for mrsh dependency
Export this patch
Makes it easier to debug both imrsh and mrsh at the same time.
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 2e6d782085cf..9c6c88855abc 100644
--- a/meson.build
+++ b/meson.build
@@ -34,7 +34,7 @@ add_project_arguments(cc.get_supported_arguments([
'-Wno-unused-parameter',
]), language: 'c')
-mrsh = dependency('mrsh')
+mrsh = dependency('mrsh', fallback: ['mrsh', 'mrsh'])
tickit = dependency('tickit')
imrsh_inc = include_directories('include')
--
2.24.1
Thanks!
To git.sr.ht:~sircmpwn/imrsh
f617bf9..44858a3 master -> master