]> git.mdlowis.com Git - proto/labwc.git/commitdiff
build: Add drm-lease-v1 protocol to server_protocols
authorJoshua Ashton <joshua@froggi.es>
Thu, 29 Dec 2022 01:52:10 +0000 (01:52 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 2 Jan 2023 21:26:42 +0000 (21:26 +0000)
protocols/meson.build

index 9986c0762de03c47893ea050a8bcd749e666f3fa..d2f7fc7ef7fe435dae46409853bfe6a8dabb3dc6 100644 (file)
@@ -16,6 +16,7 @@ wayland_scanner_server = generator(
 server_protocols = [
        wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
        wl_protocol_dir / 'unstable/pointer-constraints/pointer-constraints-unstable-v1.xml',
+       wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml',
        'wlr-layer-shell-unstable-v1.xml',
        'wlr-input-inhibitor-unstable-v1.xml',
        'wlr-output-power-management-unstable-v1.xml',