sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 89f85312687b7fd1777c936e169e6400cee0a4b4
parent 3d5ae9813d390ea747462fc0026ee43b7c77d0f2
Author: denppa <71837206+denppa@users.noreply.github.com>
Date:   Wed, 30 Aug 2023 10:57:25 -0400

build: fix build with wayland-scanner subproject


Diffstat:
Mprotocols/meson.build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protocols/meson.build b/protocols/meson.build @@ -2,7 +2,7 @@ wl_protocol_dir = wayland_protos.get_variable('pkgdatadir') wayland_scanner_dep = dependency('wayland-scanner', native: true) wayland_scanner = find_program( - wayland_scanner_dep.get_variable(pkgconfig: 'wayland_scanner'), + wayland_scanner_dep.get_variable('wayland_scanner'), native: true, )