[cogl] cogl-path: export cogl_framebuffer_push_path_clip



commit ad920ead0dc7310455b7ced796ce77229eafeda1
Author: Andreas Oberritter <obi saftware de>
Date:   Tue Jul 2 00:34:31 2013 +0200

    cogl-path: export cogl_framebuffer_push_path_clip
    
    Fixes linker error.
    
    Signed-off-by: Andreas Oberritter <obi saftware de>
    
    Reviewed-by: Neil Roberts <neil linux intel com>

 cogl-path/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]