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

[opam] update dependencies wrt lablgtk3

parent cae7207e
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ build: [ ...@@ -66,7 +66,8 @@ build: [
["autoconf"] {pinned} ["autoconf"] {pinned}
["./configure" "--prefix" prefix ["./configure" "--prefix" prefix
"--disable-gui" { !conf-gtksourceview:installed | "--disable-gui" { !conf-gtksourceview:installed |
!conf-gnomecanvas:installed } ( !conf-gnomecanvas:installed &
!lablgtk3:installed) }
"--mandir=%{man}%" "--mandir=%{man}%"
] ]
[make "-j%{jobs}%"] [make "-j%{jobs}%"]
...@@ -88,9 +89,9 @@ depends: [ ...@@ -88,9 +89,9 @@ depends: [
"ocamlfind" # needed beyond build stage, used by -load-module "ocamlfind" # needed beyond build stage, used by -load-module
"zarith" "zarith"
"conf-autoconf" { build } "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-gtksourceview"
"conf-gnomecanvas"
"alt-ergo" "alt-ergo"
"conf-graphviz" { post } "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