[Cogl] [PATCH 2/2] cogl-path: export cogl_framebuffer_push_path_clip

Andreas Oberritter obi at saftware.de
Mon Jul 1 15:34:31 PDT 2013


Fixes linker error.

Signed-off-by: Andreas Oberritter <obi at saftware.de>
---
 cogl-path/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cogl-path/Makefile.am b/cogl-path/Makefile.am
index 82d4f89..6820ec8 100644
--- a/cogl-path/Makefile.am
+++ b/cogl-path/Makefile.am
@@ -60,7 +60,7 @@ libcogl_path_la_LIBADD = $(top_builddir)/cogl/libcogl2.la
 libcogl_path_la_LIBADD += $(COGL_DEP_LIBS) $(COGL_GST_DEP_LIBS) $(COGL_EXTRA_LDFLAGS)
 libcogl_path_la_LDFLAGS = \
 	-export-dynamic \
-	-export-symbols-regex "^cogl_path_.*" \
+	-export-symbols-regex "^cogl_(framebuffer|path)_.*" \
 	-no-undefined \
 	-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
 	-rpath $(libdir)
-- 
1.8.1.2



More information about the Cogl mailing list