Skip to content

Commit

Permalink
Merge pull request ocaml#20171 from kit-ty-kate/lablgtk-domains
Browse files Browse the repository at this point in the history
lablgtk is not compatible with ocaml-multicore
  • Loading branch information
mseri authored Dec 8, 2021
2 parents dfe234b + 44fc9b9 commit ae38ef4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/lablgtk/lablgtk.2.18.10/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ depopts: [
"conf-glade"
"lablgl"
]
conflicts: [
"base-domains"
]
patches: ["lablgldir.patch"]
post-messages: [
"This package requires gtk+ 2.0 development packages installed on your system"
Expand Down
3 changes: 3 additions & 0 deletions packages/lablgtk/lablgtk.2.18.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ depopts: [
"conf-glade"
"lablgl"
]
conflicts: [
"base-domains"
]
patches: ["lablgldir.patch"]
post-messages: [
"This package requires gtk+ 2.0 development packages installed on your system"
Expand Down
3 changes: 3 additions & 0 deletions packages/lablgtk3/lablgtk3.3.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ depends: [
"cairo2" { >= "0.6" }
"conf-gtk3" { build & >= "18" }
]
conflicts: [
"base-domains"
]

build: [
[ "dune" "build" "-p" name "-j" jobs ]
Expand Down
3 changes: 3 additions & 0 deletions packages/lablgtk3/lablgtk3.3.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ depends: [
"cairo2" { >= "0.6" }
"conf-gtk3" { build & >= "18" }
]
conflicts: [
"base-domains"
]

build: [
[ "dune" "build" "-p" name "-j" jobs ]
Expand Down

0 comments on commit ae38ef4

Please sign in to comment.