diff src/qtbase.mk @ 4501:b74853c2afa1

new x11 utility packages
author John W. Eaton <jwe@octave.org>
date Tue, 10 Oct 2017 14:45:42 -0400
parents f47df619cd1d
children 0743a56dd468
line wrap: on
line diff
--- a/src/qtbase.mk	Tue Oct 10 14:44:52 2017 -0400
+++ b/src/qtbase.mk	Tue Oct 10 14:45:42 2017 -0400
@@ -1,4 +1,4 @@
-# This file is part of MXE.
+ # This file is part of MXE.
 # See index.html for further information.
 
 PKG             := qtbase
@@ -17,7 +17,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