Skip to content

Commit

Permalink
Merge pull request #2 from talex5/fix-opam
Browse files Browse the repository at this point in the history
Update opam file and pass -DWLR_USE_UNSTABLE
  • Loading branch information
Armael committed Mar 29, 2020
2 parents c4e53ce + 987218e commit 815b1c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions types/dune
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
$(< ../config/wlroots-ccopt) $(< ../config/wlroots-cclib) \
$(< ../config/wayland-server-ccopt) $(< ../config/wayland-server-cclib) \
$(< ../config/pixman-1-ccopt) $(< ../config/pixman-1-cclib) \
-DWLR_USE_UNSTABLE \
-I `dirname %{lib:ctypes:ctypes_cstubs_internals.h}` \
-I %{ocaml_where} -o %{targets}")))
13 changes: 6 additions & 7 deletions wlroots.opam
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
opam-version: "2.0"
maintainer: "Armael <armael@isomorphis.me>"
authors: "Armael <armael@isomorphis.me>"
homepage: "https://github.com/swaywm/wlroots-ocaml"
bug-reports: "https://github.com/swaywm/wlroots-ocaml/issues"
opam-version: "1.2"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
# "conf-wlroots"
"ocaml" {>= "4.04.1"}
"ctypes"
"ctypes-foreign"
"jbuilder" {build & >= "1.0+beta12"}
"dune"
"unix-time"
"mtime"
"base"
"stdio"
]
available: [ ocaml-version >= "4.04.1" ]
build: ["dune" "build" "-p" name "-j" jobs "@install"]

0 comments on commit 815b1c8

Please sign in to comment.