Re: [clutter] patch: Fix build when using make dist

2010-06-16 Thread Emmanuele Bassi
On Tue, 2010-06-15 at 22:37 +0100, Richard Hughes wrote: Error with git master: + make -j2 V=1 ./cogl-material.c:41:32: error: cogl-color-private.h: No such file or directory ./cogl-material.c: In function '_cogl_material_get_colorubv': ./cogl-material.c:3251: warning: implicit

[clutter] patch: Fix build when using make dist

2010-06-15 Thread Richard Hughes
Error with git master: + make -j2 V=1 ./cogl-material.c:41:32: error: cogl-color-private.h: No such file or directory ./cogl-material.c: In function '_cogl_material_get_colorubv': ./cogl-material.c:3251: warning: implicit declaration of function '_cogl_color_get_rgba_4ubv' Attached patch fixes