On Wed, Feb 29, 2012 at 9:55 PM, Brad Hards <br...@frogmouth.net> wrote:
> On Thursday 01 March 2012 13:30:36 Mike Gilbert wrote:
>> On Wed, Feb 29, 2012 at 12:45 PM, Gerry Reno <gr...@verizon.net> wrote:
>> > Workaround (courtesy Anthony Tong):
>> > cd .../FreeRDP/
>> > echo "pkg_check_modules(ALSA alsa)" > cmake/FindALSA.cmake
>> >
>> > This workaround solved the problem for me.
>>
>> This works too. In fact, using pkgconfig is probably better than just
>> blindly searching for files like the base FindALSA module does. You
>> should encourage atong to submit this to the project. :)
> Many (perhaps most) of the platforms that cmake cares about don't have
> pkgconfig. You use pkgconfig as a set of hints, but not to actually determine
> the outcome.

Right, so the ideal solution is pkg_check_modules + an adaptation of
FindALSA.cmake.

I said as much in #freerdp.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to