wayland: ensure ninja >= 1.8.2 is present (#1837)

pull/1838/head
Jérôme Leclercq 2 years ago committed by GitHub
parent fc35fd850e
commit b9ec10f295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/w/wayland/xmake.lua

@ -14,7 +14,7 @@ package("wayland")
add_extsources("apt::libwayland-dev", "pacman::wayland")
end
add_deps("meson", "libxml2", "libffi", "expat", "bison", "pkg-config")
add_deps("meson", "ninja >=1.8.2", "libxml2", "libffi", "expat", "bison", "pkg-config")
on_install("linux", function (package)
-- imports

Loading…
Cancel
Save