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.
2 parents fb61792 + 3666d7b commit c037675Copy full SHA for c037675
packages/conf-freeglut/conf-freeglut.1/opam
@@ -5,7 +5,7 @@ homepage: "https://freeglut.sourceforge.net/"
5
license: "X11"
6
bug-reports: "https://github.com/ocaml/opam-repository/issues"
7
build: [
8
- ["pkg-config" "--print-errors" "--exists" "freeglut"] {os = "win32" & os-distribution = "msys"}
+ ["pkg-config" "--print-errors" "--exists" "freeglut"] {os = "win32" & os-distribution = "msys2"}
9
["pkg-config" "--print-errors" "--exists" "glut"] {os != "win32" & os-distribution != "debian" & os-distribution != "ubuntu" & !(os-distribution = "ol" & os-version < "9")}
10
]
11
depends: [
0 commit comments