cmake: Add WITH_DBUS option

This commit is contained in:
Hennadii Stepanov
2024-07-24 13:19:00 +01:00
parent 5bb5a4bc75
commit 10fcc668a3
3 changed files with 13 additions and 0 deletions

View File

@@ -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