this repo has no description
0
fork

Configure Feed

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

Merge pull request #25743 from jmid/conf-mesa-expand

conf-mesa: add support for Ubuntu family, Oracle, and macOS

authored by

Marcello Seri and committed by
GitHub
f29ea59e 9a777c31

+3 -1
+3 -1
packages/conf-mesa/conf-mesa.1/opam
··· 9 9 ] 10 10 depends: ["conf-pkg-config" {build}] 11 11 depexts: [ 12 - ["libgl1-mesa-dev"] {os-family = "debian"} 12 + ["libgl1-mesa-dev"] {os-family = "debian" | os-family = "ubuntu"} 13 13 ["mesa-libGL-devel"] {os-family = "fedora" | os-family = "rhel"} 14 14 ["Mesa-libGL-devel"] {os-family = "suse" | os-family = "opensuse"} 15 15 ["mesa-dev"] {os-distribution = "alpine"} 16 16 ["mesa"] {os-distribution = "arch"} 17 + ["mesa-libGL-devel"] {os-distribution = "ol"} 17 18 ["mesa-libs"] {os-distribution = "freebsd"} 19 + ["mesa"] {os = "macos" & os-distribution = "homebrew"} 18 20 ] 19 21 synopsis: "Virtual package relying on an mesa system installation" 20 22 description: