Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 511218 Details for
Bug 641680
media-video/simplescreenrecorder-0.3.9 : CMake Error at /.../FindPackageHandleStandardArgs.cmake:137 (message):
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
remove pulseaudio requirement from cmake when it's not used
no_libpulse_fix.patch (text/plain), 344 bytes, created by
sruz.tst
on 2017-12-20 16:25:17 UTC
(
hide
)
Description:
remove pulseaudio requirement from cmake when it's not used
Filename:
MIME Type:
Creator:
sruz.tst
Created:
2017-12-20 16:25:17 UTC
Size:
344 bytes
patch
obsolete
>--- a/src/CMakeLists.txt >+++ b/src/CMakeLists.txt >@@ -3,9 +3,11 @@ > find_package(Threads REQUIRED) > find_package(ALSA REQUIRED) > find_package(FFmpeg REQUIRED) >-find_package(PulseAudio REQUIRED) > find_package(X11 REQUIRED) > >+if(WITH_PULSEAUDIO) >+ find_package(PulseAudio REQUIRED) >+endif() > if(WITH_JACK) > find_package(Jack REQUIRED) > endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 641680
:
510904
|
510906
|
510908
|
510910
|
510912
|
510914
|
510916
|
510918
|
510920
| 511218