build: Add CPPFLAGS for the g-ir-scanner command line
When I moved all CPP flags to AM_CPPFLAGS from the INCLUDES directive I forgot that g-ir-scanner needs those defines as well.
This commit is contained in:
parent
ef9ea9e237
commit
ad5c0af639
@ -233,6 +233,7 @@ Clutter-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-@CLUTTER_
|
||||
$(QUIET_GEN)$(INTROSPECTION_SCANNER) -v \
|
||||
--namespace Clutter --nsversion=@CLUTTER_API_VERSION@ \
|
||||
$(INCLUDES) \
|
||||
$(AM_CPPFLAGS) \
|
||||
--add-include-path=cogl/cogl \
|
||||
$(json_gir_include_path) \
|
||||
--c-include='clutter/clutter.h' \
|
||||
|
Loading…
Reference in New Issue
Block a user