mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 08:00:20 +01:00
[boilerplate] Prefer top_builddir to top_srcdir
This may fix some build problems the Ubuntu guys are experiencing with out-of-tree builds.
This commit is contained in:
parent
2894ed19a3
commit
994dd1a134
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ INCLUDES = \
|
|||
-D_GNU_SOURCE \
|
||||
-I$(srcdir) \
|
||||
-I$(top_srcdir)/pixman/src \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_srcdir)/src \
|
||||
$(CAIRO_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue