commit:     3e4b34762a05f4f7964dc0d386d352513b8db068
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 18:45:22 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 18:45:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3e4b3476

[qt5-build.eclass] Configure with -no-xkbcommon-x11 by default.

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 008700c..ef4cdfb 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -542,7 +542,7 @@ qt5_base_configure() {
                -no-freetype -no-harfbuzz
                -no-openssl
                $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-libproxy)
-               $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo -no-xkbcommon-evdev)
+               $([[ ${QT5_MINOR_VERSION} -ge 5 ]] && echo 
-no-xkbcommon-{x11,evdev})
                -no-xinput2 -no-xcb-xlib
 
                # don't specify -no-gif because there is no way to override it 
later

Reply via email to