summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro12
1 files changed, 10 insertions, 2 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 3a374a1cf..d6971baae 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -1,6 +1,7 @@
load(configure)
qtCompileTest(wayland)
qtCompileTest(xkbcommon)
+qtCompileTest(wayland_cursor)
qtCompileTest(wayland_scanner)
qtCompileTest(wayland_egl)
qtCompileTest(egl)
@@ -12,7 +13,8 @@ qtCompileTest(drm_egl_server)
load(qt_parts)
!config_wayland {
- error(QtWayland requires Wayland 1.1.0 or higher)
+ warning("QtWayland requires Wayland 1.1.0 or higher")
+ SUBDIRS =
}
!config_xkbcommon {
@@ -20,7 +22,13 @@ load(qt_parts)
}
!config_wayland_scanner {
- error(QtWayland requires wayland-scanner)
+ warning("QtWayland requires wayland-scanner")
+ SUBDIRS =
+}
+
+!config_wayland_cursor {
+ warning("QtWayland requires wayland-cursor")
+ SUBDIRS =
}
!config_wayland_egl {