changeset 4505:e8da760989bc

qt: Update X11 deps; disable icu, xinerama, and xrandr.
author John W. Eaton <jwe@octave.org>
date Thu, 12 Oct 2017 04:44:14 -0400
parents 0743a56dd468
children f3d64fe692e6
files src/qt.mk
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \