Skip to content
Snippets Groups Projects
Commit 261d8850 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[opam] update dependencies wrt lablgtk3

parent 534deeb3
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,8 @@ build: [
["autoconf"] {pinned}
["./configure" "--prefix" prefix
"--disable-gui" { !conf-gtksourceview:installed |
!conf-gnomecanvas:installed }
( !conf-gnomecanvas:installed &
!lablgtk3:installed) }
"--mandir=%{man}%"
]
[make "-j%{jobs}%"]
......@@ -88,9 +89,9 @@ depends: [
"ocamlfind" # needed beyond build stage, used by -load-module
"zarith"
"conf-autoconf" { build }
"lablgtk" { >= "2.18.2" } #for ocaml >= 4.02.1
( ( "lablgtk" { >= "2.18.2" } & "conf-gnomecanvas" )
| ( "lablgtk3" { >= "3.0.beta4" } & "lablgtk3-sourceview3"))
"conf-gtksourceview"
"conf-gnomecanvas"
"alt-ergo"
"conf-graphviz" { post }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment