diff options
author | Andrew Knight <andrew.knight@digia.com> | 2013-11-22 09:18:59 +0200 |
---|---|---|
committer | Andrew Knight <andrew.knight@digia.com> | 2013-11-25 09:11:17 +0100 |
commit | 88b13ef7d8c7487f13cfa431b2ef0e9d0d1f2636 (patch) | |
tree | 133ffce92f34b52b9cc7939cf486e236b32427f2 /config.tests | |
parent | 26bdc66fe6c4499332b2ead886a806d09aa07a8a (diff) | |
download | qtwayland-88b13ef7d8c7487f13cfa431b2ef0e9d0d1f2636.tar.gz |
Wayland-EGL QPA: Support desktop OpenGL as well
There is no hard requirement on OpenGL ES 2 in this plugin, so allow
Desktop OpenGL as well.
Change-Id: I5b58f21c3640a4403dc6aa710838d4904d85f482
Reviewed-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Diffstat (limited to 'config.tests')
-rw-r--r-- | config.tests/egl/egl.pro | 2 | ||||
-rw-r--r-- | config.tests/wayland_egl/wayland_egl.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.tests/egl/egl.pro b/config.tests/egl/egl.pro index e96672e5..9886579b 100644 --- a/config.tests/egl/egl.pro +++ b/config.tests/egl/egl.pro @@ -1,7 +1,7 @@ TARGET = egl QT = core -!contains(QT_CONFIG, opengles2):error("wayland_egl support currently requires Qt configured with OpenGL ES2") +!contains(QT_CONFIG, opengl): error("wayland_egl support requires Qt configured with OpenGL") !contains(QT_CONFIG, no-pkg-config) { CONFIG += link_pkgconfig diff --git a/config.tests/wayland_egl/wayland_egl.pro b/config.tests/wayland_egl/wayland_egl.pro index 0db9b04f..3b7fdfe5 100644 --- a/config.tests/wayland_egl/wayland_egl.pro +++ b/config.tests/wayland_egl/wayland_egl.pro @@ -1,7 +1,7 @@ TARGET = wayland_egl QT = core -!contains(QT_CONFIG, opengles2):error("wayland_egl support currently requires Qt configured with OpenGL ES2") +!contains(QT_CONFIG, opengl): error("wayland_egl support requires Qt configured with OpenGL") !contains(QT_CONFIG, no-pkg-config) { CONFIG += link_pkgconfig |