Browse Source

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

Jérôme Leclercq 2 years ago
parent
commit
b9ec10f295
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/w/wayland/xmake.lua

+ 1 - 1
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