diff options
Diffstat (limited to 'backend')
-rw-r--r-- | backend/wayland/backend.c | 2 | ||||
-rw-r--r-- | backend/wayland/meson.build | 2 | ||||
-rw-r--r-- | backend/wayland/output.c | 2 |
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" |