From daf1d5571609a7ac65ea8e7ddd1725963f07f768 Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Fri, 10 May 2019 21:09:10 +0200 Subject: [PATCH] build: Bump openvr-glib to 0.10. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 5a9019e..8408ad9 100644 --- a/meson.build +++ b/meson.build @@ -29,7 +29,7 @@ c = meson.get_compiler('c') ## Required m_dep = c.find_library('m') -openvr_glib_dep = dependency('openvr-glib-0.9', version: '>= 0.9.0') +openvr_glib_dep = dependency('openvr-glib-0.10', version: '>= 0.10.0') subdir('shaders') subdir('res') -- GitLab