Skip to content

Commit e8fabd9

Browse files
committed
build: prune dbus from depends
1 parent f373bee commit e8fabd9

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

depends/packages/dbus.mk

Lines changed: 0 additions & 27 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 dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
6+
qt_linux_packages:=qt expat libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
77

88
rapidcheck_packages = rapidcheck
99

doc/dependencies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
88
| Berkeley DB | [4.8.30](https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html) | 4.8.x | No | | |
99
| Boost | [1.70.0](https://www.boost.org/users/download/) | [1.47.0](https://github.com/bitcoin/bitcoin/pull/8920) | No | | |
1010
| Clang | | [3.3+](https://llvm.org/releases/download.html) (C++11 support) | | | |
11-
| D-Bus | [1.10.18](https://cgit.freedesktop.org/dbus/dbus/tree/NEWS?h=dbus-1.10) | | No | Yes | |
1211
| Expat | [2.2.6](https://libexpat.github.io/) | | No | Yes | |
1312
| fontconfig | [2.12.1](https://www.freedesktop.org/software/fontconfig/release/) | | No | Yes | |
1413
| FreeType | [2.7.1](https://download.savannah.gnu.org/releases/freetype) | | No | | |

0 commit comments

Comments
 (0)