aboutsummaryrefslogtreecommitdiff
path: root/protocol/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-01-04 10:46:58 +0100
committerSimon Ser <contact@emersion.fr>2021-01-10 11:32:00 +0100
commit8f065810f6d73b244fd303323a8a58bdcb421296 (patch)
tree791d1b1959e3418788275f4f36d35d68c95e3973 /protocol/meson.build
parent7036dceb0e017ec9a333526f265292f13cbcbe84 (diff)
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.
Diffstat (limited to 'protocol/meson.build')
-rw-r--r--protocol/meson.build1
1 files changed, 1 insertions, 0 deletions
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',