-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbus/1.12.20: Use CMake to build D-Bus to fix cross-compiling
Currently, Autotools errors out when attempting to cross-compile D-Bus. However, D-Bus can be built with CMake by defining a simple variable. Using CMake, D-Bus is able to be cross-compiled successfully. This minimizes the complexity of the D-Bus Conanfile by using 1 build system. D-Bus has better support for CMake in newer versions. This should lead to reduced maintenance overhead in the future, too.
- Loading branch information
1 parent
78ea863
commit f5501e4
Showing
1 changed file
with
12 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters