backend/wayland: add support for presentation-time

This commit is contained in:
Simon Ser 2019-11-16 21:05:46 +01:00 committed by Drew DeVault
parent 2122e49bea
commit e959b882d5
4 changed files with 99 additions and 5 deletions

View file

@ -41,6 +41,7 @@ protocols = [
]
client_protocols = [
[wl_protocol_dir, 'stable/presentation-time/presentation-time.xml'],
[wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'],
[wl_protocol_dir, 'unstable/idle-inhibit/idle-inhibit-unstable-v1.xml'],
[wl_protocol_dir, 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml'],