Merge branch 'blender-v4.2-release'

This commit is contained in:
Bastien Montagne 2024-06-26 11:50:27 +02:00
commit 2d7f00e410
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}/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>