EHfive / pulseaudio-modules-bt

[Deprecated, see https://github.com/EHfive/pulseaudio-modules-bt/issues/154] Adds Sony LDAC, aptX, aptX HD, AAC codecs (A2DP Audio) support to PulseAudio on Linux
GNU General Public License v3.0
1.75k stars 86 forks source link

No package 'dbus-1' found #89

Closed fankertiban closed 4 years ago

fankertiban commented 4 years ago

Operating System: KDE neon 5.17 KDE Plasma Version: 5.17.4 KDE Frameworks Version: 5.64.0 Qt Version: 5.13.2 Kernel Version: 5.0.0-36-generic

cmake -DFORCE_LARGEST_PA_VERSION=ON CODEC_APTX_FF=ON CODEC_APTX_HD_FF=ON CODEC_AAC_FDK=ON CODEC_LDAC=ON ..

-- Checking for module 'dbus-1' -- No package 'dbus-1' found CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message): A required package was not found Call Stack (most recent call first): /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal) CMakeLists.txt:42 (pkg_check_modules)

-- Configuring incomplete, errors occurred! See also "/opt/pulseaudio-modules-bt/build/CMakeFiles/CMakeOutput.log".

Have no idea what to do)

EHfive commented 4 years ago

Try to installl package libdbus-1-dev.

fankertiban commented 4 years ago

Thanks a lot! Worked for me