summaryrefslogtreecommitdiff
path: root/qtwayland.pro
diff options
context:
space:
mode:
authorMikko Levonmaa <mikko.levonmaa@lge.com>2013-05-09 12:29:48 -0700
committerAndy Nichols <andy.nichols@digia.com>2013-05-13 17:32:55 +0200
commit38025fa728bbe14ef2ff5787f3aaa3db8aee77c7 (patch)
tree951a3d53164c37f4cbb0f1e8308e31477c0c0d81 /qtwayland.pro
parent62eba6f0dfff1b17c8d9fea41cc39cb04162c842 (diff)
downloadqtwayland-38025fa728bbe14ef2ff5787f3aaa3db8aee77c7.tar.gz
xkbcommon should not be a mandatory dependency
Not all platforms that use qtwayland depend on xkbcommon to be present for them to be functional Change-Id: I9dcc8f661f7d6035f405420d9d4733b52c77112e Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index 3d5a6b07..24e104b5 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -15,7 +15,7 @@ load(qt_parts)
}
!config_xkbcommon {
- error(QtWayland requires xkbcommon 0.2.0 or higher)
+ warning("No xkbcommon 0.2.0 or higher found, disabling support for it")
}
!config_wayland_scanner {