GNOME Bugzilla – Bug 656767
Build fix: link the crate example to libpangocairo
Last modified: 2011-08-18 16:22:39 UTC
cogl from git master fails to build here with: /usr/bin/ld: crate-crate.o: undefined reference to symbol 'pango_cairo_font_map_get_type' /usr/bin/ld: note: 'pango_cairo_font_map_get_type' is defined in DSO /usr/lib64/libpangocairo-1.0.so.0 so try adding it to the linker command line /usr/lib64/libpangocairo-1.0.so.0: could not read symbols: Invalid operation The attached patch fixes it for me.
Created attachment 194071 [details] [review] Build fix: link the crate example to libpangocairo
marking as dupe of 656441 — both bugs have a patch. *** This bug has been marked as a duplicate of bug 656441 ***