GHOST/Wayland: reference the stable tablet-v2 API

The tablet API become stable in wayland-protocol 1.35
This commit is contained in:
Campbell Barton 2024-06-26 16:26:18 +10:00
parent ce9500dc50
commit 2a85eaaf16
2 changed files with 2 additions and 2 deletions

@ -442,7 +442,7 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND)
)
# Tablet.
generate_protocol_bindings(
"${WAYLAND_PROTOCOLS_DIR}/unstable/tablet/tablet-unstable-v2.xml"
"${WAYLAND_PROTOCOLS_DIR}/stable/tablet/tablet-v2.xml"
)
# Primary-selection.
generate_protocol_bindings(

@ -65,7 +65,7 @@
#include <pointer-gestures-unstable-v1-client-protocol.h>
#include <primary-selection-unstable-v1-client-protocol.h>
#include <relative-pointer-unstable-v1-client-protocol.h>
#include <tablet-unstable-v2-client-protocol.h>
#include <tablet-v2-client-protocol.h>
#include <viewporter-client-protocol.h>
#include <xdg-activation-v1-client-protocol.h>
#include <xdg-output-unstable-v1-client-protocol.h>