Fix bitcoin_qt.m4 and fix-xcb-include-order.patch

This commit is contained in:
Jonas Schnelli
2016-06-16 11:29:44 +02:00
parent f6eb4e2b62
commit 6194d9a501
7 changed files with 79 additions and 57 deletions

View File

@@ -342,6 +342,8 @@ AC_DEFUN([_BITCOIN_QT_FIND_STATIC_PLUGINS],[
elif test x$TARGET_OS = xdarwin; then
PKG_CHECK_MODULES([QTPRINT], [Qt5PrintSupport], [QT_LIBS="$QTPRINT_LIBS $QT_LIBS"])
fi
else
QT_LIBS="-lQt5PlatformSupport $QT_LIBS"
fi
])
else