Skip to content

Commit

Permalink
Update Cygwin library depexts
Browse files Browse the repository at this point in the history
These are depexts specifically for Cygwin's GCC when building Cygwin
executables, hence os = "cygwin"
  • Loading branch information
dra27 committed Jun 22, 2024
1 parent 54fcd3e commit c51be28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/conf-cairo/conf-cairo.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depexts: [
["cairo"] {os-family = "arch"}
["cairo"] {os = "macos" & os-distribution = "homebrew"}
["cairo"] {os = "win32" & os-distribution = "cygwinports"}
["libcairo-devel"] {os-distribution = "cygwin"}
["libcairo-devel"] {os = "cygwin"}
]
synopsis: "Virtual package relying on a Cairo system installation"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-gtk3/conf-gtk3.18/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depexts: [
["gtk3-devel"] {os-family = "suse" | os-family = "opensuse"}
["gtk3"] {os-family = "arch"}
["gtk3"] {os = "win32" & os-distribution = "cygwinports"}
["libgtk3-devel"] {os-distribution = "cygwin"}
["libgtk3-devel"] {os = "cygwin"}
["gtk3"] {os = "freebsd"}
]
post-messages: [
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-gtksourceview3/conf-gtksourceview3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depexts: [
["gtksourceview3-devel"] {os-family = "suse" | os-family = "opensuse"}
["gtksourceview3" "libxml2"] {os = "macos" & os-distribution = "homebrew"}
["gtksourceview3.0"] {os = "win32" & os-distribution = "cygwinports"}
["libgtksourceview3.0-devel"] { os-distribution = "cygwin"}
["libgtksourceview3.0-devel"] { os = "cygwin"}
]
synopsis: "Virtual package relying on a GtkSourceView-3 system installation"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-libX11/conf-libX11.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depexts: [
["libX11-devel"] {os-distribution = "centos" | os-distribution = "ol" | os-distribution = "fedora" | os-family = "suse" | os-family = "opensuse"}
["libx11-dev"] {os-distribution = "alpine"}
["libx11"] {os-distribution = "arch"}
["libX11-dev"] {os-distribution = "cygwin"}
["libX11-dev"] {os = "cygwin"}
["xquartz"] {os = "macos" & os-distribution = "homebrew"}
["xorg-libX11"] {os = "macos" & os-distribution = "macports"}
["libX11"] {os = "freebsd"}
Expand Down
2 changes: 1 addition & 1 deletion packages/conf-zlib/conf-zlib.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depexts: [
["zlib"] {os-distribution = "homebrew" & os = "macos"}
["zlib"] {os-family = "arch"}
["zlib"] {os = "win32" & os-distribution = "cygwinports"}
["zlib-devel"] {os-distribution = "cygwin"}
["zlib-devel"] {os = "cygwin"}
]
synopsis: "Virtual package relying on zlib"
description:
Expand Down

0 comments on commit c51be28

Please sign in to comment.