mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Clutter GIR depends on ClutterJson GIR conditionally
If we're building Clutter with a system JSON-GLib we need to skip the typelib compilation of ClutterJson since we depend on Json-1.0.gir directly.
This commit is contained in:
parent
6fcf5c1820
commit
cc6aa6e4d5
@ -10,6 +10,7 @@ SUBDIRS += json
|
||||
clutter_json_include = -I$(top_srcdir)/clutter/json
|
||||
clutter_json_dep = json/libclutter-json.la
|
||||
clutter_json_libadd = $(top_builddir)/clutter/json/libclutter-json.la
|
||||
clutter_json_gir = ClutterJson-@CLUTTER_API_VERSION@.gir
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = pango glx eglx eglnative cogl sdl json osx x11 win32 fruity
|
||||
@ -278,7 +279,7 @@ BUILT_GIRSOURCES += Clutter-@CLUTTER_API_VERSION@.gir
|
||||
|
||||
# ClutterJson.gir and Cogl.gir are used included into Clutter.gir, so need
|
||||
# to be built before the typelib is generated
|
||||
Clutter-@CLUTTER_API_VERSION@.typelib: ClutterJson-@CLUTTER_API_VERSION@.gir Cogl-@CLUTTER_API_VERSION@.gir
|
||||
Clutter-@CLUTTER_API_VERSION@.typelib: $(clutter_json_gir) Cogl-@CLUTTER_API_VERSION@.gir
|
||||
|
||||
# We build Cogl.gir in the cogl/ subdir, but it needs to reference the shared
|
||||
# library that it's built into, so we delay compiling the gir into typelib
|
||||
|
Loading…
Reference in New Issue
Block a user