summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro17
1 files changed, 15 insertions, 2 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 40c629540..ee0e5ac1b 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -1,10 +1,11 @@
load(configure)
qtCompileTest(wayland)
qtCompileTest(xkbcommon)
-qtCompileTest(brcm_egl)
+qtCompileTest(wayland_scanner)
+qtCompileTest(wayland_egl)
qtCompileTest(egl)
+qtCompileTest(brcm_egl)
qtCompileTest(glx)
-qtCompileTest(wayland_egl)
qtCompileTest(xcomposite)
load(qt_parts)
@@ -12,3 +13,15 @@ load(qt_parts)
!config_wayland {
error(QtWayland requires Wayland 1.0.0 or higher)
}
+
+!config_xkbcommon {
+ error(QtWayland requires xkbcommon 0.2.0 or higher)
+}
+
+!config_wayland_scanner {
+ error(QtWayland requires wayland-scanner)
+}
+
+!config_wayland_egl {
+ message("no wayland-egl support detected, cross-toolkit compatibility disabled");
+}