diff options
author | Mikko Levonmaa <mikko.levonmaa@lge.com> | 2013-05-09 12:29:48 -0700 |
---|---|---|
committer | Andy Nichols <andy.nichols@digia.com> | 2013-05-13 17:32:55 +0200 |
commit | 38025fa728bbe14ef2ff5787f3aaa3db8aee77c7 (patch) | |
tree | 951a3d53164c37f4cbb0f1e8308e31477c0c0d81 | |
parent | 62eba6f0dfff1b17c8d9fea41cc39cb04162c842 (diff) | |
download | qtwayland-38025fa728bbe14ef2ff5787f3aaa3db8aee77c7.tar.gz qtwayland-38025fa728bbe14ef2ff5787f3aaa3db8aee77c7.tar.bz2 qtwayland-38025fa728bbe14ef2ff5787f3aaa3db8aee77c7.zip |
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>
-rw-r--r-- | qtwayland.pro | 2 |
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 { |