Merge lp:~vanvugt/compiz-wall-plugin/fix-959260 into lp:compiz-wall-plugin

Proposed by Daniel van Vugt
Status: Merged
Merged at revision: 132
Proposed branch: lp:~vanvugt/compiz-wall-plugin/fix-959260
Merge into: lp:compiz-wall-plugin
Diff against target: 9 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz-wall-plugin/fix-959260
Reviewer Review Type Date Requested Status
Alan Griffiths Approve
Review via email: mp+103240@code.launchpad.net

Description of the change

Add missing library links.
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 <email address hidden>, 2012-03-14

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2010-11-11 03:12:43 +0000
3+++ CMakeLists.txt 2012-04-24 08:45:22 +0000
4@@ -2,4 +2,4 @@
5
6 include (CompizPlugin)
7
8-compiz_plugin (wall PLUGINDEPS composite opengl mousepoll PKGDEPS cairo cairo-xlib-xrender)
9+compiz_plugin (wall PLUGINDEPS composite opengl mousepoll PKGDEPS cairo cairo-xlib-xrender LIBRARIES dl)

Subscribers

People subscribed via source and target branches