[build] Search for Cogl GIR in the right place
Since we build the Cogl GIR inside /clutter/cogl we should be looking there when building the Clutter GIR. Otherwise g-ir-scanner will look inside the gir directory -- and if you never built Clutter before it will error out. Fixes bug: http://bugzilla.openedhand.com/show_bug.cgi?id=1638 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
a87f6f32a6
commit
ca305d2a40
@ -251,6 +251,7 @@ endif
|
||||
Clutter-@CLUTTER_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libclutter-@CLUTTER_FLAVOUR@-@CLUTTER_API_VERSION@.la
|
||||
$(INTROSPECTION_SCANNER) -v --namespace Clutter --nsversion=@CLUTTER_API_VERSION@ \
|
||||
$(INCLUDES) \
|
||||
--add-include-path=cogl \
|
||||
$(json_gir_include_path) \
|
||||
--include=GL-1.0 \
|
||||
--include=GObject-2.0 \
|
||||
|
Loading…
Reference in New Issue
Block a user