clutter.modules: Remove deps on gir-repository
Keep it in the moduleset, but don't let Clutter depend on it.
This commit is contained in:
parent
175b16a5c8
commit
0ce9cf730b
@ -205,7 +205,6 @@
|
|||||||
<dep package="pango"/>
|
<dep package="pango"/>
|
||||||
<dep package="gdk-pixbuf"/>
|
<dep package="gdk-pixbuf"/>
|
||||||
<dep package="gobject-introspection"/>
|
<dep package="gobject-introspection"/>
|
||||||
<dep package="gir-repository"/>
|
|
||||||
<dep package="json-glib"/>
|
<dep package="json-glib"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
@ -369,9 +368,6 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dep package="gobject-introspection"/>
|
<dep package="gobject-introspection"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<after>
|
|
||||||
<dep package="gir-repository"/>
|
|
||||||
</after>
|
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
</moduleset>
|
</moduleset>
|
||||||
|
@ -4,63 +4,84 @@ NULL =
|
|||||||
|
|
||||||
noinst_PROGRAMS = test-conformance
|
noinst_PROGRAMS = test-conformance
|
||||||
|
|
||||||
test_conformance_SOURCES = \
|
# the common sources
|
||||||
test-conform-main.c \
|
common_sources = \
|
||||||
test-conform-common.c \
|
|
||||||
test-conform-common.h \
|
test-conform-common.h \
|
||||||
\
|
test-conform-common.c \
|
||||||
|
test-conform-main.c \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
# the unit-specific sources; please: keep all sections in alphabetical order!
|
||||||
|
units_sources =
|
||||||
|
|
||||||
|
# animation tests
|
||||||
|
units_sources += \
|
||||||
|
test-animator.c \
|
||||||
|
test-behaviours.c \
|
||||||
|
test-score.c \
|
||||||
|
test-state.c \
|
||||||
|
test-timeline.c \
|
||||||
test-timeline-interpolate.c \
|
test-timeline-interpolate.c \
|
||||||
test-timeline-rewind.c \
|
test-timeline-rewind.c \
|
||||||
test-timeline.c \
|
$(NULL)
|
||||||
|
|
||||||
|
# cogl tests
|
||||||
|
units_sources += \
|
||||||
|
test-cogl-backface-culling.c \
|
||||||
|
test-cogl-blend-strings.c \
|
||||||
|
test-cogl-depth-test.c \
|
||||||
|
test-cogl-fixed.c \
|
||||||
|
test-cogl-materials.c \
|
||||||
|
test-cogl-viewport.c \
|
||||||
|
test-cogl-multitexture.c \
|
||||||
|
test-cogl-npot-texture.c \
|
||||||
|
test-cogl-object.c \
|
||||||
|
test-cogl-offscreen.c \
|
||||||
|
test-cogl-path.c \
|
||||||
|
test-cogl-pixel-buffer.c \
|
||||||
|
test-cogl-premult.c \
|
||||||
|
test-cogl-readpixels.c \
|
||||||
|
test-cogl-sub-texture.c \
|
||||||
|
test-cogl-texture-3d.c \
|
||||||
|
test-cogl-texture-get-set-data.c \
|
||||||
|
test-cogl-texture-mipmaps.c \
|
||||||
|
test-cogl-texture-pixmap-x11.c \
|
||||||
|
test-cogl-texture-rectangle.c \
|
||||||
test-cogl-vertex-buffer-contiguous.c \
|
test-cogl-vertex-buffer-contiguous.c \
|
||||||
test-cogl-vertex-buffer-interleved.c \
|
test-cogl-vertex-buffer-interleved.c \
|
||||||
test-cogl-vertex-buffer-mutability.c \
|
test-cogl-vertex-buffer-mutability.c \
|
||||||
test-cogl-fixed.c \
|
|
||||||
test-cogl-backface-culling.c \
|
|
||||||
test-cogl-npot-texture.c \
|
|
||||||
test-cogl-blend-strings.c \
|
|
||||||
test-cogl-premult.c \
|
|
||||||
test-cogl-materials.c \
|
|
||||||
test-cogl-viewport.c \
|
|
||||||
test-cogl-offscreen.c \
|
|
||||||
test-cogl-readpixels.c \
|
|
||||||
test-cogl-multitexture.c \
|
|
||||||
test-cogl-texture-mipmaps.c \
|
|
||||||
test-cogl-texture-rectangle.c \
|
|
||||||
test-cogl-texture-3d.c \
|
|
||||||
test-cogl-texture-pixmap-x11.c \
|
|
||||||
test-cogl-texture-get-set-data.c \
|
|
||||||
test-cogl-wrap-modes.c \
|
test-cogl-wrap-modes.c \
|
||||||
test-cogl-pixel-buffer.c \
|
|
||||||
test-cogl-path.c \
|
|
||||||
test-cogl-object.c \
|
|
||||||
test-cogl-depth-test.c \
|
|
||||||
test-path.c \
|
|
||||||
test-pick.c \
|
|
||||||
test-clutter-rectangle.c \
|
|
||||||
test-actor-invariants.c \
|
|
||||||
test-paint-opacity.c \
|
|
||||||
test-binding-pool.c \
|
|
||||||
test-clutter-text.c \
|
|
||||||
test-clutter-cairo-texture.c \
|
|
||||||
test-text-cache.c \
|
|
||||||
test-anchors.c \
|
|
||||||
test-model.c \
|
|
||||||
test-color.c \
|
|
||||||
test-clutter-units.c \
|
|
||||||
test-group.c \
|
|
||||||
test-actor-size.c \
|
|
||||||
test-texture-fbo.c \
|
|
||||||
test-cogl-sub-texture.c \
|
|
||||||
test-script-parser.c \
|
|
||||||
test-actor-destroy.c \
|
|
||||||
test-behaviours.c \
|
|
||||||
test-animator.c \
|
|
||||||
test-state.c \
|
|
||||||
test-clutter-texture.c \
|
|
||||||
test-score.c \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
# actors tests
|
||||||
|
units_sources += \
|
||||||
|
test-actor-destroy.c \
|
||||||
|
test-actor-size.c \
|
||||||
|
test-actor-invariants.c \
|
||||||
|
test-anchors.c \
|
||||||
|
test-binding-pool.c \
|
||||||
|
test-clutter-cairo-texture.c \
|
||||||
|
test-clutter-rectangle.c \
|
||||||
|
test-clutter-text.c \
|
||||||
|
test-clutter-texture.c \
|
||||||
|
test-group.c \
|
||||||
|
test-path.c \
|
||||||
|
test-paint-opacity.c \
|
||||||
|
test-pick.c \
|
||||||
|
test-texture-fbo.c \
|
||||||
|
test-text-cache.c \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
# objects tests
|
||||||
|
units_sources += \
|
||||||
|
test-clutter-units.c \
|
||||||
|
test-color.c \
|
||||||
|
test-model.c \
|
||||||
|
test-script-parser.c \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
|
test_conformance_SOURCES = $(common_sources) $(units_sources)
|
||||||
|
|
||||||
# For convenience, this provides a way to easily run individual unit tests:
|
# For convenience, this provides a way to easily run individual unit tests:
|
||||||
.PHONY: wrappers clean-wrappers
|
.PHONY: wrappers clean-wrappers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user