Skip to content

Commit

Permalink
Merge pull request #11334 from mwweissmann/master
Browse files Browse the repository at this point in the history
package conf-libmosquitto: fix build conditions
  • Loading branch information
kit-ty-kate authored Feb 1, 2018
2 parents f6fcfe6 + a8c2b1e commit 801232a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/conf-libmosquitto/conf-libmosquitto.1/opam
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
opam-version: "1"
opam-version: "1.2"
maintainer: "Markus W. Weissmann <[email protected]>"
authors: [ "Markus W. Weissmann <[email protected]>" ]
homepage: "https://mosquitto.org/"
dev-repo: "https://github.com/ocaml/opam-repository.git"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: [ "Eclipse Public License v1.0" "Eclipse Distribution License 1.0" ]
build: [
["ls" "/usr/include/mosquitto.h" {os != "darwin"}]
["brew" "ls" "--versions" "mosquitto" {os = "darwin"}]
["ls" "/usr/include/mosquitto.h"] {os != "darwin"}
["brew" "ls" "--versions" "mosquitto"] {os = "darwin"}
]
depexts: [
[["debian"] ["libmosquitto-dev" ]]
Expand Down

0 comments on commit 801232a

Please sign in to comment.