Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbus
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 242
    • Issues 242
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 31
    • Merge Requests 31
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dbus
  • dbus
  • Issues
  • #295

Closed
Open
Opened Apr 25, 2020 by Ralf Habacker@rhabackerMaintainer

cmake: keep configure options naming in sync with autotools

In the cmake build system most configuration options are defined with a "DBUS_" prefix, e.g. DBUS_ENABLE_VERBOSE_MODE. The reason is probably that these variables are used in the dbus sources. To define these options when calling configure, option names beginning with '--enable_' are used, such as --enable-verbose-mode. This is used internally to create a variable called DBUS_ENABLE_VERBOSE_MODE, which is used in the source code and build system. It would help to analyze errors in the cmake build system if these definitions were more identical.

See also #117

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: dbus/dbus#295