File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
150
150
AC_DEFINE ( QT_QPA_PLATFORM_WINDOWS , 1 , [ Define this symbol if the qt platform is windows] )
151
151
elif test "x$TARGET_OS" = xlinux; then
152
152
dnl workaround for https://bugreports.qt.io/browse/QTBUG-74874
153
- AX_CHECK_LINK_FLAG ( [ -lxcb-shm] , [ QT_LIBS="-lxcb-shm $QT_LIBS "] , [ AC_MSG_ERROR ( [ could not link against -lxcb-shm] ) ] )
153
+ AX_CHECK_LINK_FLAG ( [ -lxcb-shm] , [ QT_LIBS="$QT_LIBS -lxcb-shm"] , [ AC_MSG_ERROR ( [ could not link against -lxcb-shm] ) ] )
154
154
_BITCOIN_QT_CHECK_STATIC_PLUGIN([ QXcbIntegrationPlugin] , [ -lqxcb] )
155
155
AC_DEFINE ( QT_QPA_PLATFORM_XCB , 1 , [ Define this symbol if the qt platform is xcb] )
156
156
elif test "x$TARGET_OS" = xdarwin; then
You can’t perform that action at this time.
0 commit comments