changeset 4827:6834d305f658

qtbase: for non-windows builds, configure with -qt-xcb instead of -xcb
author John W. Eaton <jwe@octave.org>
date Wed, 29 Aug 2018 17:22:43 -0400
parents 4ee8962905ad
children 6dd354a8787b
files src/qtbase.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.