Skip to content

Commit

Permalink
conf-cairo: update the test for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Nov 9, 2024
1 parent 66df454 commit f531e49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/conf-cairo/conf-cairo.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ homepage: "http://cairographics.org/"
authors: ["Keith Packard" "Carl Worth" "Behdad Esfahbod"]
license: ["LGPL-2.1-only" "MPL-1.1"]
build: [
["pkg-config" "cairo"] {os != "macos"}
["pkg-config" "cairo"] {os != "macos" & os != "win32"}
["pkgconf" "--cflags" "cairo"] {os = "win32" & os-distribution != "msys2"}
["sh" "-exc"
"export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/; pkg-config --libs cairo"]
{os = "macos" & os-distribution = "homebrew"}
Expand All @@ -24,6 +25,7 @@ depexts: [
["cairo"] {os-family = "arch"}
["cairo"] {os = "macos" & os-distribution = "homebrew"}
["cairo"] {os = "win32" & os-distribution = "cygwinports"}
["cairo"] {os = "win32" & os-distribution = "msys2"}
["libcairo-devel"] {os = "cygwin"}
]
synopsis: "Virtual package relying on a Cairo system installation"
Expand Down

0 comments on commit f531e49

Please sign in to comment.