We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec08b2 commit 10f9fadCopy full SHA for 10f9fad
packages/conf-gtk3/conf-gtk3.18/opam
@@ -3,7 +3,10 @@ maintainer: "[email protected]"
3
authors: "The GTK Toolkit"
4
homepage: "https://developer.gnome.org/"
5
bug-reports: "https://github.com/garrigue/lablgtk/issues"
6
-build: [["pkg-config" "--short-errors" "--print-errors" "--atleast-version" "3.18" "gtk+-3.0"]]
+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
+]
10
depends: ["conf-pkg-config" {build}]
11
depexts: [
12
["libgtk-3-dev" "libexpat1-dev"] {os-family = "debian" | os-family = "ubuntu"}
0 commit comments