mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
cogl-path: Fix the exported symbols regular expression
The Cogl 1.x API exports cogl_set_path() and cogl_get_path(), which means that the regular expression needs to catch those two symbols as well. https://bugzilla.gnome.org/show_bug.cgi?id=722765 Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
5227853e10
commit
0af13af653
@ -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|clip)_.*" \
|
||||
-export-symbols-regex "^(cogl|cogl2)_(framebuffer|path|is|clip|[sg]et)_.*" \
|
||||
-no-undefined \
|
||||
-version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
|
||||
-rpath $(libdir)
|
||||
|
Loading…
Reference in New Issue
Block a user