From 6991f03767b7bab8c5d42d46a89f51debd3e1634 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 26 Nov 2023 14:37:39 +0100 Subject: linux-dmabuf-v1: switch to stable The protocol is no longer unstable. --- backend/wayland/backend.c | 2 +- backend/wayland/meson.build | 2 +- backend/wayland/output.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'backend') diff --git a/backend/wayland/backend.c b/backend/wayland/backend.c index 78803ffc..7629ff71 100644 --- a/backend/wayland/backend.c +++ b/backend/wayland/backend.c @@ -21,7 +21,7 @@ #include "render/pixel_format.h" #include "drm-client-protocol.h" -#include "linux-dmabuf-unstable-v1-client-protocol.h" +#include "linux-dmabuf-v1-client-protocol.h" #include "pointer-gestures-unstable-v1-client-protocol.h" #include "presentation-time-client-protocol.h" #include "xdg-activation-v1-client-protocol.h" diff --git a/backend/wayland/meson.build b/backend/wayland/meson.build index 0fd528cf..a4803478 100644 --- a/backend/wayland/meson.build +++ b/backend/wayland/meson.build @@ -14,7 +14,7 @@ wlr_files += files( client_protos = [ 'drm', - 'linux-dmabuf-unstable-v1', + 'linux-dmabuf-v1', 'pointer-gestures-unstable-v1', 'presentation-time', 'relative-pointer-unstable-v1', diff --git a/backend/wayland/output.c b/backend/wayland/output.c index 3df269c9..2d3e3269 100644 --- a/backend/wayland/output.c +++ b/backend/wayland/output.c @@ -20,7 +20,7 @@ #include "render/wlr_renderer.h" #include "types/wlr_output.h" -#include "linux-dmabuf-unstable-v1-client-protocol.h" +#include "linux-dmabuf-v1-client-protocol.h" #include "presentation-time-client-protocol.h" #include "viewporter-client-protocol.h" #include "xdg-activation-v1-client-protocol.h" -- cgit v1.2.3