Skip to content

Commit

Permalink
Do not run pkg-config checks on Oraclelinux < 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV committed Mar 15, 2024
1 parent acf8995 commit 45c03ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/conf-freeglut/conf-freeglut.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ homepage: "https://freeglut.sourceforge.net/"
license: "X11"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
build: [
["pkg-config" "--exists" "glut"] {os-distribution != "debian" & os-distribution != "ubuntu"}
["pkg-config" "--exists" "glut"] {os-distribution != "debian" & os-distribution != "ubuntu" & !(os-distribution = "ol" & os-version < "9")}
]
depends: [
"conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ubuntu"}
"conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ubuntu" & !(os-distribution = "ol" & os-version < "9")}
]
depexts: [
["freeglut3-dev"] {os-family = "debian" | os-family = "ubuntu"}
Expand Down

0 comments on commit 45c03ce

Please sign in to comment.