Re: [PATCH] build: Make the X11 compositor explicitely depend on xcb-shm

2013-03-28 Thread Kristian Høgsberg
On Thu, Mar 28, 2013 at 03:20:54PM +, Damien Lespiau wrote: > Otherwise, it means the X11 compositor depends on another library to > pull xcb-shm (cairo?), which is not always the case. Here I end up with: > > [01:54:38.970] Failed to load module: > $prefix/lib/weston/x11-backend.so: undefined

[PATCH] build: Make the X11 compositor explicitely depend on xcb-shm

2013-03-28 Thread Damien Lespiau
Otherwise, it means the X11 compositor depends on another library to pull xcb-shm (cairo?), which is not always the case. Here I end up with: [01:54:38.970] Failed to load module: $prefix/lib/weston/x11-backend.so: undefined symbol: xcb_shm_id --- configure.ac | 2 +- 1 file changed, 1 insertion(

[PATCH] build: Make the X11 compositor explicitely depend on xcb-shm

2013-03-27 Thread Damien Lespiau
From: Damien Lespiau Otherwise, it means the X11 compositor depends on another library to pull xcb-shm (cairo?), which is not always the case. Here I end up with: [01:54:38.970] Failed to load module: $prefix/lib/weston/x11-backend.so: undefined symbol: xcb_shm_id --- configure.ac | 2 +- 1 fil