mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
cally: Add introspection generation
Toolkits and applications not written in C might still need access to the Cally API to write accessibility extensions based on it for their own native elements.
This commit is contained in:
parent
51e4245ce1
commit
0eb9fc04f5
@ -221,7 +221,7 @@ coglinclude_HEADERS = $(cogl_headers)
|
|||||||
nodist_coglinclude_HEADERS = cogl-defines.h
|
nodist_coglinclude_HEADERS = cogl-defines.h
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
if HAVE_INTROSPECTION
|
||||||
Cogl-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-cogl.la
|
Cogl-@CLUTTER_API_VERSION@.gir: Makefile $(INTROSPECTION_SCANNER) libclutter-cogl.la
|
||||||
$(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
|
$(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
|
||||||
--namespace Cogl --nsversion=@CLUTTER_API_VERSION@ \
|
--namespace Cogl --nsversion=@CLUTTER_API_VERSION@ \
|
||||||
$(INCLUDES) \
|
$(INCLUDES) \
|
||||||
|
Loading…
Reference in New Issue
Block a user