freeglut: add dependency on libxxf86vm (#34293)

This commit is contained in:
Glenn Johnson 2022-12-05 04:57:27 -06:00 committed by GitHub
parent 8332a59194
commit 3f1622f9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ class Freeglut(CMakePackage, SourceforgePackage):
depends_on("glx")
depends_on("libx11")
depends_on("libxi")
depends_on("libxxf86vm")
with when("platform=cray"):
depends_on("glx")
depends_on("libx11")