commit | ab5dd94c93dd41492c073578cb3f22b3fca7b4fe | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Tue Jun 04 18:47:39 2013 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Jun 04 23:16:49 2013 -0400 |
tree | 3daa22b586a096985893db14ef2510b9f9ff3241 | |
parent | 5a4cea9a9c35ba8c8dd9ee0baebc040c8cbb0561 [diff] |
shared: fix build of libshared-cairo Another case of missing wayland-util.h, as we didn't pass any libwayland CFLAGS. This is triggerable on a system, where libwayland is installed in a custom prefix, and pixman, cairo, libpng, and webp are either not installed or are installed in the standard path. COMPOSITOR_CFLAGS contains more than just the libwayland CFLAGS, though. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>