[Wayland-bugs] [Bug 57812] Missing cflags for libtoytoolkit
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Dec 14 08:09:55 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=57812
--- Comment #2 from Kristian Høgsberg <krh at bitplanet.net> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20121214/fdd400ea/attachment.html>
More information about the Wayland-bugs
mailing list