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 11db708 commit bca4d3aCopy full SHA for bca4d3a
packages/conf-freeglut/conf-freeglut.1/opam
@@ -21,6 +21,8 @@ depexts: [
21
["freeglut-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-distribution = "ol"}
22
["freeglut-devel"] {os-family = "suse" | os-family = "opensuse"}
23
["freeglut"] {os-family = "arch"}
24
+ ["freeglut"] {os = "macos" & os-distribution = "homebrew"}
25
+ ["freeglut"] {os = "macos" & os-distribution = "macports"}
26
["freeglut"] {os = "freebsd"}
27
]
28
synopsis: "Virtual package relying on a FreeGLUT system installation"
0 commit comments