# HG changeset patch # User John W. Eaton # Date 1507797854 14400 # Node ID e8da760989bca02cd9ae4ec6b583beb33c46d71f # Parent 0743a56dd4683defdfd3f8724eb32d6921ad22ad qt: Update X11 deps; disable icu, xinerama, and xrandr. diff -r 0743a56dd468 -r e8da760989bc src/qt.mk --- a/src/qt.mk Wed Oct 11 12:58:02 2017 -0400 +++ b/src/qt.mk Thu Oct 12 04:44:14 2017 -0400 @@ -14,7 +14,7 @@ endif ifeq ($(MXE_WINDOWS_BUILD),no) ifeq ($(USE_SYSTEM_X11_LIBS),no) - $(PKG)_DEPS += x11 xext xfixes xdmcp xrender xfixes xdamage xt xxf86vm + $(PKG)_DEPS += xdamage xdmcp xext xfixes xi xrender xt xxf86vm x11 xcb xcb-util xcb-util-cursor xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-wm endif endif @@ -142,11 +142,14 @@ -prefix $($(PKG)_PREFIX) \ -script \ -no-iconv \ + -no-icu \ -opengl desktop \ -no-webkit \ -no-pch \ -no-phonon \ -no-phonon-backend \ + -no-xinerama \ + -no-xrandr \ -accessibility \ -nomake demos \ -nomake docs \