Skip to content

Commit 9245699

Browse files
committed
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.
1 parent 689d3b4 commit 9245699

File tree

3 files changed

+2
-55
lines changed

3 files changed

+2
-55
lines changed

depends/packages/libXext.mk

Lines changed: 0 additions & 53 deletions
This file was deleted.

depends/packages/packages.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ packages:=boost openssl libevent
33
qt_native_packages = native_protobuf
44
qt_packages = qrencode protobuf zlib
55

6-
qt_linux_packages:=qt expat libxcb xcb_proto libXau xproto freetype fontconfig libX11 libXext
6+
qt_linux_packages:=qt expat libxcb xcb_proto libXau xproto freetype fontconfig libX11
77

88
rapidcheck_packages = rapidcheck
99

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(package)_suffix=opensource-src-$($(package)_version).tar.xz
55
$(package)_file_name=qtbase-$($(package)_suffix)
66
$(package)_sha256_hash=36dd9574f006eaa1e5af780e4b33d11fe39d09fd7c12f3b9d83294174bd28f00
77
$(package)_dependencies=openssl zlib
8-
$(package)_linux_dependencies=freetype fontconfig libxcb libX11 libXext
8+
$(package)_linux_dependencies=freetype fontconfig libxcb libX11
99
$(package)_build_subdir=qtbase
1010
$(package)_qt_libs=corelib network widgets gui plugins testlib
1111
$(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

0 commit comments

Comments
 (0)