Changes between Version 1 and Version 2 of Ticket #42986, comment 12


Ignore:
Timestamp:
Oct 9, 2014, 12:37:07 AM (10 years ago)
Author:
lubodiakov@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42986, comment 12

    v1 v2  
    44
    55> Simply removing a dependency is also insufficient. You need to ensure that if the user ''does not request'' pulseaudio support in openal-soft (or rather, requests that pulseaudio support not be provided), that pulseaudio support ''is not provided'', ''even if'' the pulseaudio port is already installed. This is typically accomplished via a configure argument, though it can vary by build system.
    6 CMakeLists.txt inside the source tarball checks which backend is available automatically, and only links to it. The author of openal-soft designed it that way.
     6CMakeLists.txt inside the source tarball checks which backend is available automatically, and only links to those available. The author of openal-soft designed it that way. Nothing for me to alter, it already works.