summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-buffer/README
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2017-04-25 17:17:56 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2017-04-27 12:58:34 +0000
commit69bbd62a3c93f8142f57ad764db29ecaabbb0ff7 (patch)
treeed579754516c348c7eff65792c86196f22f01f66 /examples/wayland/server-buffer/README
parenta0c3d2c5863f379683e8cb3f0143c80cb9312c60 (diff)
Remove non-functional example
The server-buffer example does not work, and probably has not worked for a long time. This example was written for an early version of Wayland, and the APIs have changed since then. Change-Id: If647c7085aaaae87c06010bd28896fa8bfc4bdcc Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io> Reviewed-by: Johan Helsing <johan.helsing@qt.io>
Diffstat (limited to 'examples/wayland/server-buffer/README')
-rw-r--r--examples/wayland/server-buffer/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/wayland/server-buffer/README b/examples/wayland/server-buffer/README
deleted file mode 100644
index 762db4238..000000000
--- a/examples/wayland/server-buffer/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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 your running Mesa)
-then start the compositor with:
-
-# QT_WAYLAND_SERVER_BUFFER_INTEGRATION=drm-egl-server ./compositor
-
-The compositor is using the hardware integration extension to boradcast
-to all clients to use the same server buffer integration, so all you need
-to do is to start the client with
-
-# ./client -platform wayland
-
-You should then see a red box in top left corner, with a black cross and
-a horisontal line in the top half (centered).