2008-05-12 Matthew Allum <mallum@openedhand.com>

* clutter/x11/clutter-x11-texture-pixmap.c:
        * configure.ac:
        * tests/Makefile.am:
        Remove the XComposite dep from Clutter itself, just use
        in test-pixmap (if available)
This commit is contained in:
Matthew Allum
2008-05-12 16:22:16 +00:00
parent 101a3cac4e
commit f360f81f22
4 changed files with 17 additions and 15 deletions

View File

@@ -53,6 +53,7 @@ test_fbo_SOURCES = test-fbo.c
test_opacity_SOURCES = test-opacity.c
test_multistage_SOURCES = test-multistage.c
test_pixmap_SOURCES = test-pixmap.c
test_pixmap_LDFLAGS = -lXcomposite
test_cogl_primitives_SOURCES = test-cogl-primitives.c
test_cogl_tex_tile_SOURCES = test-cogl-tex-tile.c
test_cogl_tex_convert_SOURCES = test-cogl-tex-convert.c