Re: [PATCH weston] configure: link image libs with libshared

2012-07-31 Thread Kristian Høgsberg
On Tue, Jul 31, 2012 at 03:47:48PM +0300, Tiago Vignatti wrote: > This fix xwayland.so that was complaining about jpeg symbols from the > libshared. > > Note that xwayland is not using the jpeg ones, but now that symbols are read > up front we need to link anyway.. or break apart that library. Ri

Re: [PATCH weston] configure: link image libs with libshared

2012-07-31 Thread Andre Heider
On Tue, Jul 31, 2012 at 2:47 PM, Tiago Vignatti wrote: > This fix xwayland.so that was complaining about jpeg symbols from the > libshared. > > Note that xwayland is not using the jpeg ones, but now that symbols are read > up front we need to link anyway.. or break apart that library. What about

[PATCH weston] configure: link image libs with libshared

2012-07-31 Thread Tiago Vignatti
This fix xwayland.so that was complaining about jpeg symbols from the libshared. Note that xwayland is not using the jpeg ones, but now that symbols are read up front we need to link anyway.. or break apart that library. Signed-off-by: Tiago Vignatti --- configure.ac | 12 ++-- 1 file