cogl-path: Export cogl_clip_push_from_path

It's needed by clutter; fixes the build of current Continuous.

https://bugzilla.gnome.org/show_bug.cgi?id=720287

Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
Colin Walters 2013-12-11 15:55:35 -05:00 committed by Robert Bragg
parent 52a69bb9ab
commit 389fade01b

View File

@ -79,7 +79,7 @@ libcogl_path_la_LIBADD = $(top_builddir)/cogl/libcogl.la
libcogl_path_la_LIBADD += $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
libcogl_path_la_LDFLAGS = \
-export-dynamic \
-export-symbols-regex "^(cogl|cogl2)_(framebuffer|path|is)_.*" \
-export-symbols-regex "^(cogl|cogl2)_(framebuffer|path|is|clip)_.*" \
-no-undefined \
-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
-rpath $(libdir)