Revert "GHOST/Wayland: reference the stable tablet-v2 API"
The currently available `wayland-protocol` libraries in lib-linux_x64
repo do not appear to be advertised 1.36 (or 1.35) versions, since the
tablet protocol is not available among the stable ones.
This reverts commit 2a85eaaf16.
Pull Request: https://projects.blender.org/blender/blender/pulls/123774
This commit is contained in:
@@ -442,7 +442,7 @@ elseif(WITH_GHOST_X11 OR WITH_GHOST_WAYLAND)
|
||||
)
|
||||
# Tablet.
|
||||
generate_protocol_bindings(
|
||||
"${WAYLAND_PROTOCOLS_DIR}/stable/tablet/tablet-v2.xml"
|
||||
"${WAYLAND_PROTOCOLS_DIR}/unstable/tablet/tablet-unstable-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-v2-client-protocol.h>
|
||||
#include <tablet-unstable-v2-client-protocol.h>
|
||||
#include <viewporter-client-protocol.h>
|
||||
#include <xdg-activation-v1-client-protocol.h>
|
||||
#include <xdg-output-unstable-v1-client-protocol.h>
|
||||
|
||||
Reference in New Issue
Block a user