this repo has no description
0
fork

Configure Feed

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

Merge pull request #18530 from mseri/x11

conf-libx11: brew now installs in /opt

authored by

Kate and committed by
GitHub
0e0de8b5 d00b35a2

+3 -2
+3 -2
packages/conf-libX11/conf-libX11.1/opam
··· 8 8 ["pkg-config" "x11"] {os != "macos"} 9 9 [ 10 10 "sh" "-exc" 11 - """PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig" pkg-config --libs x11""" 11 + """PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig" pkg-config --libs x11""" 12 12 ] {os = "macos"} 13 13 ] 14 14 depends: ["conf-pkg-config" {build}] ··· 18 18 ["libx11-dev"] {os-distribution = "alpine"} 19 19 ["libx11"] {os-distribution = "arch"} 20 20 ["libX11-dev"] {os-distribution = "cygwin"} 21 - ["xquartz" "xorgproto"] {os = "macos" & os-distribution = "homebrew"} 21 + ["xquartz"] {os = "macos" & os-distribution = "homebrew"} 22 + ["xorg-libX11"] {os = "macos" & os-distribution = "macports"} 22 23 ] 23 24 synopsis: "Virtual package relying on an Xlib system installation" 24 25 description: