diff options
| author | Emilio Jesus Gallego Arias | 2019-02-09 20:59:04 +0100 |
|---|---|---|
| committer | Vincent Laporte | 2019-03-19 08:41:47 +0000 |
| commit | e3501ed973ddf4958e309d855c4d5d762e2f6e9d (patch) | |
| tree | 662d6edef881b5592ccde43786d79e258a071840 /coqide.opam | |
| parent | 4d69a22ffa06005b11040c9db9064a1d730eeb7f (diff) | |
[coqide] [ci] Update GTK toolchain to lablgtk3
- Update Docker images to install compatible version of lablgtk3
- We remove unnecesary variables from configure.
- We fix path detection of GTK libs in makefile
Diffstat (limited to 'coqide.opam')
| -rw-r--r-- | coqide.opam | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coqide.opam b/coqide.opam index 9e22091898..c82fa72564 100644 --- a/coqide.opam +++ b/coqide.opam @@ -17,10 +17,10 @@ dev-repo: "git+https://github.com/coq/coq.git" license: "LGPL-2.1" depends: [ - "dune" { build & >= "1.4.0" } + "dune" { build & >= "1.4.0" } "coqide-server" - "conf-gtksourceview3" - "lablgtk3" + "lablgtk3" { >= "3.0.beta5" } + "lablgtk3-sourceview3" { >= "3.0.beta5" } ] build-env: [ |
