aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/qt.mk
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2019-07-17 15:43:25 -0400
committerCarl Dong <contact@carldong.me>2019-07-17 17:04:42 -0400
commit924569914e6079763fd1692bed372ded2c63d685 (patch)
tree34b4948e3f9ea3c4cc2d6ef453404e2e66d3325c /depends/packages/qt.mk
parent689d3b4a030675b6de87a55463a8e155843293fb (diff)
downloadbitcoin-924569914e6079763fd1692bed372ded2c63d685.tar.xz
depends: libXext isn't needed by anyone
libXext was only needed (as a library) by QT when it was using XLib/libX11 (as a library), now that we're building QT without XLib/libX11, we can safely remove libXext.
Diffstat (limited to 'depends/packages/qt.mk')
-rw-r--r--depends/packages/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk
index d0beb8888c..902a42b962 100644
--- a/depends/packages/qt.mk
+++ b/depends/packages/qt.mk
@@ -5,7 +5,7 @@ $(package)_suffix=opensource-src-$($(package)_version).tar.xz
$(package)_file_name=qtbase-$($(package)_suffix)
$(package)_sha256_hash=36dd9574f006eaa1e5af780e4b33d11fe39d09fd7c12f3b9d83294174bd28f00
$(package)_dependencies=openssl zlib
-$(package)_linux_dependencies=freetype fontconfig libxcb libX11 libXext
+$(package)_linux_dependencies=freetype fontconfig libxcb libX11
$(package)_build_subdir=qtbase
$(package)_qt_libs=corelib network widgets gui plugins testlib
$(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_configure_mac.patch fix_no_printer.patch fix_rcc_determinism.patch fix_riscv64_arch.patch xkb-default.patch