changeset 5447:a59bebc63c1b

* src/qtbase.mk: fix qtbase native configure options
author John Donoghue <john.donoghue@ieee.org>
date Thu, 04 Jun 2020 12:26:43 -0400
parents bb99b8019405
children aaa7564b2ecf
files src/qtbase.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qtbase.mk	Thu Jun 04 09:08:27 2020 -0400
+++ b/src/qtbase.mk	Thu Jun 04 12:26:43 2020 -0400
@@ -65,7 +65,7 @@
   ifeq ($(USE_SYSTEM_X11_LIBS),no)
     $(PKG)_CONFIGURE_OPTS += -qpa xcb -xcb
   else
-    $(PKG)_CONFIGURE_OPTS += -qpa xcb -qt-xcb
+    $(PKG)_CONFIGURE_OPTS += -qpa xcb
   endif
 endif
 endif