mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
build: Compile the introspection data
The compilation step for the introspection data was missing.
This commit is contained in:
parent
f02ec9fc46
commit
48c9157e97
@ -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…
Reference in New Issue
Block a user