this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix conf-mad check for freebsd

authored by

Romain Beauxis and committed by
GitHub
c747eea6 da383c86

+1 -2
+1 -2
packages/conf-mad/conf-mad.1/opam
··· 5 5 authors: "mad dev team" 6 6 license: "GPL-2.0-only" 7 7 build: [ 8 - ["pkg-config" "--exists" "mad"] {os != "freebsd"} 9 - ["pkg-config" "--exists" "libmad"] {os = "freebsd"} 8 + ["pkg-config" "--exists" "mad"] 10 9 ] 11 10 depends: [ 12 11 "conf-pkg-config" {build}