GNOME Bugzilla – Bug 720287
cogl-path: Export cogl_clip_push_from_path
Last modified: 2013-12-11 22:12:42 UTC
It's needed by clutter; fixes the build of current Continuous.
Created attachment 264010 [details] [review] cogl-path: Export cogl_clip_push_from_path
Review of attachment 264010 [details] [review]: ::: cogl-path/Makefile.am @@ +80,3 @@ libcogl_path_la_LDFLAGS = \ -export-dynamic \ + -export-symbols-regex "^(cogl|cogl2)_(framebuffer|path|is|clip)_.*" \ imo, should probably just be "^cogl.*" There's no real advantage to being less liberal here is there?
Yeah, this is pretty silly. I've just pushed Colin's patch for now and I'll follow up with a patch to simplify it as you suggested. thanks.