Suppress warning about xkbcommon unless we're building XCB
I don't need that warning on my Mac. Change-Id: I18c06135ba88a037103fdda0982976f4a87c553e Reviewed-by: Samuel Rødal <samuel.rodal@digia.com> Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
93acff7883
commit
7067c3268a
4
configure
vendored
4
configure
vendored
@ -5217,8 +5217,8 @@ if [ -n "$PKG_CONFIG" ] && $PKG_CONFIG --exists "xkbcommon >= 0.2.0" 2>/dev/null
|
||||
QMAKE_CFLAGS_XKBCOMMON="`$PKG_CONFIG --cflags xkbcommon 2>/dev/null`"
|
||||
QMAKE_LIBS_XKBCOMMON="`$PKG_CONFIG --libs xkbcommon 2>/dev/null`"
|
||||
QT_CONFIG="$QT_CONFIG xkbcommon"
|
||||
else
|
||||
echo "WARNING: Qt requires the libxkbcommon version 0.2.0 (or higher)."
|
||||
elif [ "$CFG_XCB" != "no" ]; then
|
||||
echo "WARNING: XCB support enabled but libxkbcommon 0.2.0 (or higher) not found."
|
||||
echo "Not satisfying this requirement will disable the compose key functionality,"
|
||||
echo "which includes text input with dead keys."
|
||||
QMakeVar add DEFINES QT_NO_XKBCOMMON
|
||||
|
Loading…
Reference in New Issue
Block a user