浏览代码

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

Jérôme Leclercq 2 年之前
父节点
当前提交
b9ec10f295
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")
         add_extsources("apt::libwayland-dev", "pacman::wayland")
     end
     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)
     on_install("linux", function (package)
         -- imports
         -- imports