summaryrefslogtreecommitdiff
path: root/qtwayland.pro
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-06-29 15:41:59 +0200
committerSergio Ahumada <sergio.ahumada@digia.com>2013-07-01 10:38:03 +0200
commitcdbb14b83a53d289a43eee6c50b2daa6193fa464 (patch)
tree31e3b264a613e7c29238efd4f156daa1bffdafdf /qtwayland.pro
parentd20ef80bb54685466dd9d7beae5ddccc46a437fd (diff)
downloadqtwayland-cdbb14b83a53d289a43eee6c50b2daa6193fa464.tar.gz
Require wayland-cursor to build
Change-Id: Ib09b2cff3f7f57efd25cbd9b085542eab2ac2853 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 02e8c146..8d5331eb 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)
@@ -24,6 +25,11 @@ load(qt_parts)
SUBDIRS =
}
+!config_wayland_cursor {
+ warning("QtWayland requires wayland-cursor")
+ SUBDIRS =
+}
+
!config_wayland_egl {
message("no wayland-egl support detected, cross-toolkit compatibility disabled");
}