summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/wayland.pro
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2011-04-11 09:00:14 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2011-04-11 09:01:02 +0200
commit991b96ab8ad8632a59594ed88b7656260c549df2 (patch)
tree7c1f206b738427a98a3b1a5f8dc9afe68b1e79a0 /src/plugins/platforms/wayland/wayland.pro
parent8339acac3c35ad7f884c985631b57fb91b516406 (diff)
Wayland: Rename XPixmap GL integrations to Readback
Diffstat (limited to 'src/plugins/platforms/wayland/wayland.pro')
-rw-r--r--src/plugins/platforms/wayland/wayland.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/platforms/wayland/wayland.pro b/src/plugins/platforms/wayland/wayland.pro
index bd017cccb..ae17a14e1 100644
--- a/src/plugins/platforms/wayland/wayland.pro
+++ b/src/plugins/platforms/wayland/wayland.pro
@@ -37,10 +37,10 @@ contains(QT_CONFIG, opengl) {
contains(QT_CONFIG, opengles2) {
CONFIG += wayland_egl
- #CONFIG += xpixmap_egl
+ #CONFIG += readback_egl
#CONFIG += xcomposite_egl
} else {
- CONFIG += xpixmap_glx
+ CONFIG += readback_glx
#CONFIG += xcomposite_gl
}