On 01/11/2010 08:40 PM, Anthony Liguori wrote:
Wouldn't it make more sense to try to use pkg-config always and if it's not available, fall back on sdl-config? That means we don't have a separate code path for cross compiling which means it's less likely to break.
I certainly can make that, I wanted to avoid changing the most frequently used path to avoid breaking stuff more than I already did. :-(
It's not frequently-changing code, so it's not so likely to break. Paolo