diff options
author | Simon Ser <contact@emersion.fr> | 2019-11-16 21:05:46 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-21 11:32:30 -0500 |
commit | e959b882d52788158fd8cd5db1bc32ef1d93533b (patch) | |
tree | 1a3f575a0b8f92a05f18e3739bf3b7a52978a121 /protocol | |
parent | 2122e49beaac2453707c136e418e196a41537912 (diff) |
backend/wayland: add support for presentation-time
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build index 13dfaefb..ed5491c8 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -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'], |