Merge lp:~didrocks/compiz-plugins-main/thumbnail-dep-composite-opengl into lp:compiz-plugins-main

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Alan Griffiths
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~didrocks/compiz-plugins-main/thumbnail-dep-composite-opengl
Merge into: lp:compiz-plugins-main
Diff against target: 9 lines (+1/-1)
1 file modified
thumbnail/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~didrocks/compiz-plugins-main/thumbnail-dep-composite-opengl
Reviewer Review Type Date Requested Status
Thomas Voß Approve
Review via email: mp+92320@code.launchpad.net

Description of the change

thumbnail includes composite and opengl, it should dep on the plugin. Fix FTBFS

To post a comment you must log in.
Revision history for this message
Thomas Voß (thomas-voss) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'thumbnail/CMakeLists.txt'
2--- thumbnail/CMakeLists.txt 2011-08-12 06:41:38 +0000
3+++ thumbnail/CMakeLists.txt 2012-02-09 16:51:26 +0000
4@@ -2,4 +2,4 @@
5
6 include (CompizPlugin)
7
8-compiz_plugin (thumbnail PLUGINDEPS text mousepoll)
9+compiz_plugin (thumbnail PLUGINDEPS composite opengl text mousepoll)

Subscribers

People subscribed via source and target branches