build: Compile the introspection data
The compilation step for the introspection data was missing.
This commit is contained in:
parent
f02ec9fc46
commit
48c9157e97
1 changed files with 4 additions and 1 deletions
|
@ -389,5 +389,8 @@ INTROSPECTION_GIRS += Cogl-1.0.gir
|
|||
girdir = $(datadir)/gir-1.0
|
||||
gir_DATA = $(INTROSPECTION_GIRS)
|
||||
|
||||
CLEANFILES += $(INTROSPECTION_GIRS)
|
||||
typelibdir = $(libdir)/girepository-1.0
|
||||
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
|
||||
|
||||
CLEANFILES += $(gir_DATA) $(typelib_DATA)
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue