Comment 0 for bug 959260

Revision history for this message
micove (micove) wrote : DSO linking issues and missing Ring dependency

Hello:

Similar to lp:#959249

libwall.so should be linked against ld.

Some of the pc files:
-exec_prefix=@prefix@
+exec_prefix=@exec_prefix@

And
compiz (ring) - Warn: No compatible text plugin loaded
compiz (core) - Error: Plugin 'text' not loaded.

Ring depends and links against libtext.so but in the xml.in is not marked as a requirement making it possible to activate ring without text and getting those warnings and errors.