https://bugs.freedesktop.org/show_bug.cgi?id=57812

--- Comment #2 from Kristian Høgsberg <[email protected]> ---
(In reply to comment #1)
> Created attachment 71120 [details] [review]
> cflags patch for clients/Makefile.am v2
> 
> Updated the patch since several other clients were missing cflags for
> include paths (cairo and pixman). With this version everything finally
> builds.
> 
> The patch now solves more issues than what the bug subject mentions, but I
> thought it was better to update the one here rather than open a new one.

I'm not sure what the problem you're seeing is but we have

AM_CPPFLAGS =                                   \
        -DDATADIR='"$(datadir)"'                \
    -DBINDIR='"$(bindir)"'                  \
        $(CLIENT_CFLAGS) $(CAIRO_EGL_CFLAGS)

in clients/Makefile.am and that propagates to CPPFLAGS for all clients that
don't explicitly set their own (eg like simple_shm_CPPFLAGS).  Can you provide
full output of how you configure and build the tarball?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to