sway

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

commit adf9e16c88d1ac80184f726a4d6e2a5359b69ba9
parent 91d6d00414c2d4dbf24519b54002b84191294e8d
Author: lbonn <bonnans.l@gmail.com>
Date:   Wed,  8 Sep 2021 01:45:38 +0200

build: subproject support for wayland-protocols

As in wlroots: [1]

[1]: https://github.com/swaywm/wlroots/pull/2953

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

diff --git a/protocols/meson.build b/protocols/meson.build @@ -1,4 +1,4 @@ -wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir') +wl_protocol_dir = wayland_protos.get_variable('pkgdatadir') wayland_scanner_dep = dependency('wayland-scanner', required: false, native: true) if wayland_scanner_dep.found()