mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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 =
|
||||
|
||||
if HAVE_INTROSPECTION
|
||||
INTROSPECTION_COMPILER_ARGS=--includedir=$(top_builddir)/cogl
|
||||
|
||||
CoglPango-1.0.gir: libcogl-pango.la Makefile
|
||||
|
||||
CoglPango_1_0_gir_NAMESPACE = CoglPango
|
||||
|
Loading…
Reference in New Issue
Block a user