this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Enable pkg-config checks on Oraclelinux

+6 -6
+2 -2
packages/conf-freeglut/conf-freeglut.1/opam
··· 5 5 license: "X11" 6 6 bug-reports: "https://github.com/ocaml/opam-repository/issues" 7 7 build: [ 8 - ["pkg-config" "--exists" "glut"] {os-distribution != "debian" & os-distribution != "ubuntu" & os-distribution != "ol"} 8 + ["pkg-config" "--exists" "glut"] {os-distribution != "debian" & os-distribution != "ubuntu"} 9 9 ] 10 10 depends: [ 11 - "conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ubuntu" & os-distribution != "ol"} 11 + "conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ubuntu"} 12 12 ] 13 13 depexts: [ 14 14 ["freeglut3-dev"] {os-family = "debian" | os-family = "ubuntu"}
+2 -2
packages/conf-libgl/conf-libgl.1/opam
··· 4 4 homepage: "https://www.khronos.org/opengl" 5 5 bug-reports: "https://github.com/ocaml/opam-repository/issues" 6 6 build: [ 7 - ["pkg-config" "--exists" "gl"] {os-distribution != "debian" & os-distribution != "ol"} 7 + ["pkg-config" "--exists" "gl"] {os-distribution != "debian"} 8 8 ] 9 9 depends: [ 10 - "conf-pkg-config" {build & os-distribution != "debian" & os-distribution != "ol"} 10 + "conf-pkg-config" {build & os-distribution != "debian"} 11 11 ] 12 12 depexts: [ 13 13 ["mesa-common-dev"] {os-family = "debian" | os-family = "ubuntu"}
+2 -2
packages/conf-libglu/conf-libglu.1/opam
··· 5 5 homepage: "https://mesa3d.org/" 6 6 license: "SGI-B-2.0" 7 7 build: [ 8 - ["pkg-config" "--exists" "glu"] {os-distribution != "ubuntu" & os-distribution != "ol"} 8 + ["pkg-config" "--exists" "glu"] {os-distribution != "ubuntu"} 9 9 ] 10 10 depends: [ 11 - "conf-pkg-config" {build & os-distribution != "ubuntu" & os-distribution != "ol"} 11 + "conf-pkg-config" {build & os-distribution != "ubuntu"} 12 12 ] 13 13 depexts: [ 14 14 ["libglu1-mesa-dev"] {os-family = "debian" | os-family = "ubuntu"}