OpenBluetoothToolbox / SimpleBLE

SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android.
https://www.simpleble.org
Other
701 stars 118 forks source link

Remove unneeded FindDBus1.cmake file. #145

Closed Symbitic closed 1 year ago

Symbitic commented 1 year ago

The DBus dependency is causing me problems when trying to build in Docker. Any version of libdbus-1 includes DBus1Config.cmake anyway, so there is no need for this.

kdewald commented 1 year ago

Hey @Symbitic, unfortunately we need to keep the file around because libdbus-1 does not come with the config file in all OS distributions. Instead of removing those, we should try to make the existing one better so that it properly supports whatever environment it's running on.

Can you provide more information about the architecture that you're testing and the problem that you're seeing?

Symbitic commented 1 year ago

https://github.com/Symbitic/node-simpleble/actions/runs/3597322935/jobs/6058961061