summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2018-09-11 13:02:39 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2018-09-21 07:00:59 +0000
commit582af70640e411d8f423f1bc0528d5a5fce08e3a (patch)
treeffb4ff8f631902221c41c30a6b873b6dd78d76e4 /examples
parent6c0b10e53ba1ecba8b4da9eefb9bd6b1693cc72f (diff)
Add server buffer integration using Linux dma-buf
Fixes: QTBUG-70494 Change-Id: Iaa4990fe9d39a1f9fb81f5e5f19039aa2e52dcac Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/server-buffer/README4
1 files changed, 2 insertions, 2 deletions
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