Skip to content

Commit 3ec08b2

Browse files
committed
Fix cygwin depext check for conf-gtk3.18
1 parent 29d3c44 commit 3ec08b2

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-gtk3/conf-gtk3.18

1 file changed

+1
-1
lines changed

packages/conf-gtk3/conf-gtk3.18/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depexts: [
1616
["gtk3-devel"] {os-family = "suse" | os-family = "opensuse"}
1717
["gtk3"] {os-family = "arch"}
1818
["gtk3"] {os = "win32" & os-distribution = "cygwinports"}
19-
["libgtk3-devel"] {os = "cygwin"}
19+
["libgtk3-devel"] {os = "win32" & os-distribution = "cygwin"}
2020
["gtk3"] {os = "freebsd"}
2121
]
2222
post-messages: [

0 commit comments

Comments
 (0)