Skip to content

WITH_DBUS shouldn't be limited to Linux #32464

@kev009

Description

@kev009

Is there an existing issue for this?

  • I have searched the existing issues

Current behaviour

With the move to CMake, WITH_DBUS becomes a Linux only feature:
cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"Linux\" AND BUILD_GUI" OFF)

Expected behaviour

This should be enabled on any UNIX-like. Or alternatively disabled on WIN32.

Steps to reproduce

cmake -DWITH_GUI -DWITH_DBUS on FreeBSD or other UNIX

Relevant log output

No response

How did you obtain Bitcoin Core

Compiled from source

What version of Bitcoin Core are you using?

v29.0

Operating system and version

FreeBSD CURRENT

Machine specifications

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions