We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c037188 commit 38b838eCopy full SHA for 38b838e
var/spack/repos/builtin/packages/openscenegraph/package.py
@@ -58,8 +58,8 @@ class Openscenegraph(CMakePackage):
58
) # Qt windowing system was moved into separate osgQt project
59
depends_on("qt@4:", when="@3.2:3.5.4")
60
depends_on("qt@:4", when="@:3.1")
61
- depends_on("libxinerama")
62
- depends_on("libxrandr")
+ depends_on("libxinerama", when="platform=linux")
+ depends_on("libxrandr", when="platform=linux")
63
depends_on("libpng")
64
depends_on("jasper")
65
depends_on("libtiff")
0 commit comments