diff options
author | Carl Dong <contact@carldong.me> | 2019-07-16 19:58:34 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2019-07-17 17:04:41 -0400 |
commit | 689d3b4a030675b6de87a55463a8e155843293fb (patch) | |
tree | 431ae4482347424a146382d5e10e787baf6ed065 | |
parent | aa53cb7a2f04a59a4722c662e67b7a6ec04e32b5 (diff) |
build-aux: Remove check for x11-xcb
We're no longer building QT with libX11/XLib, so it doesn't make sense
to check for the x11-xcb package.
-rw-r--r-- | build-aux/m4/bitcoin_qt.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index 1a7c5d5f7d..8ccbb19300 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -355,7 +355,6 @@ AC_DEFUN([_BITCOIN_QT_FIND_STATIC_PLUGINS],[ PKG_CHECK_MODULES([QTFB], [Qt5FbSupport], [QT_LIBS="-lQt5FbSupport $QT_LIBS"]) fi if test "x$TARGET_OS" = xlinux; then - PKG_CHECK_MODULES([X11XCB], [x11-xcb], [QT_LIBS="$X11XCB_LIBS $QT_LIBS"]) PKG_CHECK_MODULES([QTXCBQPA], [Qt5XcbQpa], [QT_LIBS="$QTXCBQPA_LIBS $QT_LIBS"]) elif test "x$TARGET_OS" = xdarwin; then PKG_CHECK_MODULES([QTCLIPBOARD], [Qt5ClipboardSupport], [QT_LIBS="-lQt5ClipboardSupport $QT_LIBS"]) |