From 582af70640e411d8f423f1bc0528d5a5fce08e3a Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Tue, 11 Sep 2018 13:02:39 +0200 Subject: Add server buffer integration using Linux dma-buf Fixes: QTBUG-70494 Change-Id: Iaa4990fe9d39a1f9fb81f5e5f19039aa2e52dcac Reviewed-by: Johan Helsing --- examples/wayland/server-buffer/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/wayland/server-buffer/README b/examples/wayland/server-buffer/README index 4e5eebbb1..5744a6baf 100644 --- a/examples/wayland/server-buffer/README +++ b/examples/wayland/server-buffer/README @@ -2,10 +2,10 @@ This is the example to demonstrate the server buffer interfaces Compile up both compositor and client. -If you have the drm-egl-server buffer integration (and you are running Mesa) +If you have the dmabuf-server buffer integration (and you are running Mesa) then start the compositor with: -$ QT_WAYLAND_SERVER_BUFFER_INTEGRATION=drm-egl-server ./compositor +$ QT_WAYLAND_SERVER_BUFFER_INTEGRATION=dmabuf-server ./compositor Note: if you are running a compositor on an X11 desktop, you also need to -- cgit v1.2.3