configure: Fix xkbcommon summary output
On systems where xkbcommon >= 0.2.0 the output should be xkbcommon .............. yes (system library) instead of xkbcommon .............. yes Change-Id: I5807946e61814d414a68a15ad96c91f25c9482ee Reviewed-by: Gatis Paeglis <gatis.paeglis@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
13d7823ef7
commit
8c35db5c72
2
configure
vendored
2
configure
vendored
@ -5354,7 +5354,7 @@ if [ "$CFG_XKBCOMMON" != "qt" ]; then
|
||||
QMakeVar set QMAKE_CFLAGS_XKBCOMMON "$QMAKE_CFLAGS_XKBCOMMON"
|
||||
QMakeVar set QMAKE_LIBS_XKBCOMMON "$QMAKE_LIBS_XKBCOMMON"
|
||||
QMakeVar set QMAKE_VERSION_XKBCOMMON "$QMAKE_VERSION_XKBCOMMON"
|
||||
CFG_XKBCOMMON=yes
|
||||
CFG_XKBCOMMON=system
|
||||
else
|
||||
CFG_XKBCOMMON=no
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user