Skip to content

Commit

Permalink
submodules: Update openvr version requirement
Browse files Browse the repository at this point in the history
Since
ValveSoftware@84b4863
introduced changes to openvr subproject (or maybe before) this package
won't compile if `openvr` package is installed on ArchLinux (currently
on v2.2.3). Update version requirement to use the subproject if
available.
  • Loading branch information
Samsagax authored Jun 24, 2024
1 parent 3b69847 commit 5ee5959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dep_wayland = dependency('wayland-client')
vulkan_dep = dependency('vulkan')

if get_option('enable_openvr_support')
openvr_dep = dependency('openvr', version: '>= 2', required : false)
openvr_dep = dependency('openvr', version: '>= 2.7', required : false)
if not openvr_dep.found()
cmake = import('cmake')
openvr_var = cmake.subproject_options()
Expand Down

0 comments on commit 5ee5959

Please sign in to comment.