pango: ensure g-ir-compiler can find Cogl-1.0.gir
This uses INTROSPECTION_COMPILER_ARGS to pass --includedir=$(top_builddir)/cogl so when building the CoglPango typelib the compiler can find the required Cogl-1.0.gir file.
This commit is contained in:
parent
47da69cc3e
commit
f23a387359
@ -60,6 +60,8 @@ DISTCLEANFILES += $(pc_files)
|
|||||||
INTROSPECTION_GIRS =
|
INTROSPECTION_GIRS =
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
if HAVE_INTROSPECTION
|
||||||
|
INTROSPECTION_COMPILER_ARGS=--includedir=$(top_builddir)/cogl
|
||||||
|
|
||||||
CoglPango-1.0.gir: libcogl-pango.la Makefile
|
CoglPango-1.0.gir: libcogl-pango.la Makefile
|
||||||
|
|
||||||
CoglPango_1_0_gir_NAMESPACE = CoglPango
|
CoglPango_1_0_gir_NAMESPACE = CoglPango
|
||||||
|
Loading…
x
Reference in New Issue
Block a user