# HG changeset patch # User John W. Eaton # Date 1535577763 14400 # Node ID 6834d305f658f69994fccbb997521efe6b8b1a3c # Parent 4ee8962905ade38e0cd93b34619287e7e950c129 qtbase: for non-windows builds, configure with -qt-xcb instead of -xcb diff -r 4ee8962905ad -r 6834d305f658 src/qtbase.mk --- a/src/qtbase.mk Wed Aug 29 17:21:58 2018 -0400 +++ b/src/qtbase.mk Wed Aug 29 17:22:43 2018 -0400 @@ -57,7 +57,7 @@ else $(PKG)_CONFIGURE_PREFIX_OPTION := -prefix '$(HOST_PREFIX)' $(PKG)_CONFIGURE_INCLUDE_OPTION += -I '$(HOST_INCDIR)/freetype2' - $(PKG)_CONFIGURE_OPTS += -qpa xcb -xcb + $(PKG)_CONFIGURE_OPTS += -qpa xcb -qt-xcb endif ## These are needed whether cross compiling or not.