Skip to content

Commit

Permalink
restrict wayland to native
Browse files Browse the repository at this point in the history
  • Loading branch information
xq114 committed Feb 3, 2025
1 parent bb174d9 commit 2b7ba2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/w/wayland-protocols/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package("wayland-protocols")
add_extsources("apt::wayland-protocols", "pacman::wayland-protocols")
end

on_install("linux", function (package)
on_install("linux|native", function (package)
local configs = {"-Dtests=false"}
import("package.tools.meson").install(package, configs)
end)
Expand Down
2 changes: 1 addition & 1 deletion packages/w/wayland/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package("wayland")
add_deps("epoll-shim")
end

on_install("linux", "bsd", function (package)
on_install("linux|native", "bsd", function (package)
import("package.tools.meson")

-- set environment variables
Expand Down

0 comments on commit 2b7ba2e

Please sign in to comment.