mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 06:47:33 +03:00
Build with vendored wayland protocols for xdg_activation_v1
- Swap from scanning from system installed wayland protocols to vendored protocols, consistent with other protocols.
This commit is contained in:
@ -619,7 +619,7 @@ fn addGTK(
|
||||
scanner.addCustomProtocol(
|
||||
plasma_wayland_protocols_dep.path("src/protocols/slide.xml"),
|
||||
);
|
||||
scanner.addSystemProtocol("staging/xdg-activation/xdg-activation-v1.xml");
|
||||
scanner.addCustomProtocol(wayland_protocols_dep.path("staging/xdg-activation/xdg-activation-v1.xml"));
|
||||
scanner.addCustomProtocol(wayland_protocols_dep.path("staging/xdg-dialog/xdg-dialog-v1.xml"));
|
||||
scanner.addCustomProtocol(wayland_protocols_dep.path("stable/xdg-shell/xdg-shell.xml"));
|
||||
|
||||
|
Reference in New Issue
Block a user