Re: [PATCH wayland 1/4] build: depend on generated protocol headers

2014-03-10 Thread Kristian Høgsberg
On Mon, Mar 10, 2014 at 02:03:57PM +0200, Pekka Paalanen wrote: > From: Pekka Paalanen > > Fixes the build failure where the protocol headers were not generated at > all before compiling src/.libs/libwayland_server_la-wayland-server.o. > > The failure was reproducable by starting fresh with 'git

[PATCH wayland 1/4] build: depend on generated protocol headers

2014-03-10 Thread Pekka Paalanen
From: Pekka Paalanen Fixes the build failure where the protocol headers were not generated at all before compiling src/.libs/libwayland_server_la-wayland-server.o. The failure was reproducable by starting fresh with 'git clean -dxf' and not having any wayland headers installed system-wide. Sign