<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Missing cflags for libtoytoolkit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57812#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Missing cflags for libtoytoolkit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57812">bug 57812</a>
              from <span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=57812#c4">comment #4</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=57812#c3">comment #3</a>)
> > Created <span class=""><a href="attachment.cgi?id=73785" name="attach_73785" title="Build log">attachment 73785</a> <a href="attachment.cgi?id=73785&action=edit" title="Build log">[details]</a></span>
> > Build log
> > 
> > This is with the latest tarball. Let me know if you need anything else.

> Thanks, that helps.  This should be fixed in git master.  I don't think
> we'll release a 1.0.5 release for just this fix, but you should be able to
> work around it by passing CPPFLAGS="$(pkg-config --cflag pixman-1)" along
> with the other configure arguments.</span >

Btw, the reason it all builds fine for me is that I get:

[krh@tokamak weston]$ pkg-config --cflags cairo
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15
-I/usr/include/libdrm  

that is, the cairo cflags include the pixman include path.  That doesn't mean
that it wasn't a bug in the weston Makefile.am, but I just wonder why you don't
have that?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>