Details
-
Defect
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
viewer-development
-
None
-
gentoo linux amd64 gcc 4.3.4
-
Patch attached
Description
Build failure due to requirement on pulse audio.
-- checking for module 'libpulse-mainloop-glib'
|
-- package 'libpulse-mainloop-glib' not found
|
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:259 (message):
|
A required package was not found
|
Call Stack (most recent call first):
|
/usr/share/cmake/Modules/FindPkgConfig.cmake:311 (_pkg_check_modules_internal)
|
cmake/PulseAudio.cmake:7 (pkg_check_modules)
|
media_plugins/webkit/CMakeLists.txt:17 (include)
|
Pulseaudio should never be a requirement as there is problems with pulseaudio on Linux systems and is not available on windows.
There is #if LL_PULSEAUDIO_ENABLED in place in the media plugin code, this patch fixes PulseAudio.cmake logic.