summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-03-11 12:42:58 +0100
committerJørgen Lind <jorgen.lind@nokia.com>2011-03-11 12:42:58 +0100
commitb367c9f285cddbe8a438dcbacc72d6073ab604bd (patch)
treebe5409edbacead8312da1bc92164a46b05fcfaf9 /examples
parent8f616189c7eaeff612abb2692657900a174535f5 (diff)
Add a dri2_xcb backend. This does not use the eglBindWaylandDisplayWL
extension. So it can be considered an example of how make a Qt-Compositor without using eglBindWaylandDisplayWL but still using the drm protocol
Diffstat (limited to 'examples')
-rw-r--r--examples/qwidget-compositor/qt-compositor.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qwidget-compositor/qt-compositor.pro b/examples/qwidget-compositor/qt-compositor.pro
index 8e3e586aa..7126ed3ae 100644
--- a/examples/qwidget-compositor/qt-compositor.pro
+++ b/examples/qwidget-compositor/qt-compositor.pro
@@ -7,6 +7,7 @@ INCLUDEPATH += ../../src/qt-compositor/
# comment out the following CONFIG lines to disable DRM
CONFIG += wayland_gl
CONFIG += mesa_egl
+#CONFIG += dri2_xcb
# comment out the following to not use pkg-config in the pri files
CONFIG += use_pkgconfig