Skip to content

Commit ca4ba1f

Browse files
authored
Merge pull request #631 from aantron/pkg-config
Move conf-pkg-config dependency to ctypes-foreign
2 parents d8772df + 014b1c7 commit ca4ba1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ctypes-foreign.opam

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ depexts: [
1414
["libffi-dev"] {os-distribution = "alpine"}
1515
["libffi-devel"] {os-family = "suse"}
1616
]
17+
depends: [
18+
"conf-pkg-config" {build}
19+
]
1720
tags: ["org:ocamllabs" "org:mirage"]
1821
post-messages: [
1922
"This package requires libffi on your system" {failure}

ctypes.opam

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ depends: [
2323
"ocaml" {>= "4.02.3"}
2424
"integers" { >= "0.3.0" }
2525
"ocamlfind" {build}
26-
"conf-pkg-config" {build}
2726
"lwt" {with-test & >= "3.2.0"}
2827
"ctypes-foreign" {with-test}
2928
"ounit" {with-test}

0 commit comments

Comments
 (0)