Skip to content

Commit 10f9fad

Browse files
committed
Fix windows (cygwin) build recipe for conf-gtk3
1 parent 3ec08b2 commit 10f9fad

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ maintainer: "[email protected]"
33
authors: "The GTK Toolkit"
44
homepage: "https://developer.gnome.org/"
55
bug-reports: "https://github.com/garrigue/lablgtk/issues"
6-
build: [["pkg-config" "--short-errors" "--print-errors" "--atleast-version" "3.18" "gtk+-3.0"]]
6+
build: [
7+
["pkgconf" "gtk+-3.0"] {os = "win32" & os-distribution != "cygwinports"}
8+
["pkg-config" "--short-errors" "--print-errors" "--atleast-version" "3.18" "gtk+-3.0"] {os != "win32" | os-distribution != "cygwin"}
9+
]
710
depends: ["conf-pkg-config" {build}]
811
depexts: [
912
["libgtk-3-dev" "libexpat1-dev"] {os-family = "debian" | os-family = "ubuntu"}

0 commit comments

Comments
 (0)