diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-07-24 13:19:00 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-16 19:27:42 +0100 |
commit | 10fcc668a3430b72eaf7effc83f00cedeb27c7dc (patch) | |
tree | f173daa64409dd81713849217226e74581d0d33e /cmake | |
parent | 5bb5a4bc75a523e30eab561763927252ce105c4d (diff) |
cmake: Add `WITH_DBUS` option
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/bitcoin-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/bitcoin-config.h.in b/cmake/bitcoin-config.h.in index dc030a24e6..094eb8040a 100644 --- a/cmake/bitcoin-config.h.in +++ b/cmake/bitcoin-config.h.in @@ -141,6 +141,9 @@ /* Define if BDB support should be compiled in */ #cmakedefine USE_BDB 1 +/* Define if dbus support should be compiled in */ +#cmakedefine USE_DBUS 1 + /* Define if QR support should be compiled in */ #cmakedefine USE_QRCODE 1 |