mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 20:12:06 +00:00
cogl-pango/Makefile.am: Add $(top_builddir) to INCLUDES
Some of the sources need to include <cogl/cogl-defines.h> which is in the build directory. I think this directory gets added to the include flags anyway by something so the actual building works but when building the introspection data out of tree it was not included so it failed to scan.
This commit is contained in:
parent
8d4a6f4d4c
commit
0bd87220b3
@ -40,7 +40,8 @@ INCLUDES = \
|
|||||||
-DG_DISABLE_SINGLE_INCLUDES \
|
-DG_DISABLE_SINGLE_INCLUDES \
|
||||||
-DCLUTTER_COMPILATION \
|
-DCLUTTER_COMPILATION \
|
||||||
-DG_LOG_DOMAIN=\"CoglPango\" \
|
-DG_LOG_DOMAIN=\"CoglPango\" \
|
||||||
-I$(top_srcdir)
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_builddir)
|
||||||
|
|
||||||
cogl_pangoheadersdir = $(includedir)/cogl/cogl
|
cogl_pangoheadersdir = $(includedir)/cogl/cogl
|
||||||
cogl_pangoheaders_HEADERS = $(source_h)
|
cogl_pangoheaders_HEADERS = $(source_h)
|
||||||
|
Loading…
Reference in New Issue
Block a user