From 8f065810f6d73b244fd303323a8a58bdcb421296 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 4 Jan 2021 10:46:58 +0100 Subject: protocol: add drm.xml This is Mesa's legacy wl_drm protocol. It will eventually get replaced with linux-dmabuf, however right now it's the only way to get the DRM device used by the parent compositor. --- protocol/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol/meson.build') diff --git a/protocol/meson.build b/protocol/meson.build index de6db493..a602cd1d 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -31,6 +31,7 @@ protocols = { 'xdg-foreign-unstable-v2': wl_protocol_dir / 'unstable/xdg-foreign/xdg-foreign-unstable-v2.xml', 'xdg-output-unstable-v1': wl_protocol_dir / 'unstable/xdg-output/xdg-output-unstable-v1.xml', # Other protocols + 'drm': 'drm.xml', 'gtk-primary-selection': 'gtk-primary-selection.xml', 'kde-idle': 'idle.xml', 'kde-server-decoration': 'server-decoration.xml', -- cgit v1.2.3