forked from ValveSoftware/steamos-compositor
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meson can't find openvr via pkg-config #752
Comments
It also sort of looks like maybe references to the direct subproject files were added. If I try to patch this myself, then I hit:
|
I have a couple of patches that get the package building for me, can't test VR e2e right now though:
|
I was also working on preparing for an update in Nixpkgs here: NixOS/nixpkgs#219548 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm working with nixpkgs, trying to stay ahead of gamescope releases so I can stage other things (for example, we need to package openvr sdk, newer sdl2, etc for unreleased gamescope).
I'm noticing now, even if I build
openvr
at the tip of tree with fixed build,gamescope
's build process fails to find it.Is it possible that the dep name is wrong? I don't see
openvr_api
occur in theopenvr
CMakeLists for exampleThe text was updated successfully, but these errors were encountered: