~compiz-team/compiz-plugins-main/0.9.7

« back to all changes in this revision

Viewing changes to text/compiz-text.pc.in

  • Committer: Daniel van Vugt
  • Author(s): Miguel Colon
  • Date: 2012-04-24 10:17:49 UTC
  • Revision ID: daniel.van.vugt@canonical.com-20120424101749-m4rr32h123ivx9va
Fix exec_prefix in some of the pc files. (LP: #959260)
---
Add missing library links. (LP: #959260)
I checked the buildlogs and found:
dpkg-shlibdeps: warning: debian/compiz-fusion-plugins-main/usr/lib/x86_64-linux-gnu/compiz/libwall.so
contains an unresolvable reference to symbol dlopen: it's probably a plugin.

dpkg-shlibdeps assumes that the program that loads the plugins provides these
symbols therefore not giving an error.

[Miguel Colon <debian.micove@gmail.com>, 2012-03-14]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
prefix=@prefix@
2
 
exec_prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
3
3
libdir=@libdir@
4
4
includedir=@includedir@
5
5