aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-26 14:37:39 +0100
committerSimon Ser <contact@emersion.fr>2024-01-31 08:20:17 +0000
commit6991f03767b7bab8c5d42d46a89f51debd3e1634 (patch)
tree24c62057b501c72e29609d2c7de9c2c119d337a6 /backend
parentba3c1ae065a33e715b4bbe9a1ff22618041a28f6 (diff)
linux-dmabuf-v1: switch to stable
The protocol is no longer unstable.
Diffstat (limited to 'backend')
-rw-r--r--backend/wayland/backend.c2
-rw-r--r--backend/wayland/meson.build2
-rw-r--r--backend/wayland/output.c2
3 files changed, 3 insertions, 3 deletions
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"