Sfoglia il codice sorgente

Add linux pacman add_extsources for wayland (#852)

Arthapz 3 anni fa
parent
commit
ccf6766c56
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/w/wayland/xmake.lua

+ 1 - 1
packages/w/wayland/xmake.lua

@@ -12,7 +12,7 @@ package("wayland")
     add_resources("1.19.0", "protocols", "https://wayland.freedesktop.org/releases/wayland-protocols-1.21.tar.xz", "b99945842d8be18817c26ee77dafa157883af89268e15f4a5a1a1ff3ffa4cde5")
 
     if is_plat("linux") then
-        add_extsources("apt::libwayland-dev")
+        add_extsources("apt::libwayland-dev", "pacman::wayland")
     end
 
     add_deps("meson", "libxml2", "libffi", "expat", "bison")