~mjuhasz/compiz-plugins-main/fix-834248

« back to all changes in this revision

Viewing changes to thumbnail/CMakeLists.txt

  • Committer: Didier Roche
  • Date: 2012-02-09 17:02:40 UTC
  • mfrom: (16.2.1 compiz-plugins-main-fix-link)
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: didier.roche@canonical.com-20120209170240-2asy2c7dtpog9jko
thumbnail includes composite and opengl, seems it should dep on the plugin.
Fix FTBFS (hoping it's the right fix)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include (CompizPlugin)
4
4
 
5
 
compiz_plugin (thumbnail PLUGINDEPS text mousepoll)
 
5
compiz_plugin (thumbnail PLUGINDEPS composite opengl text mousepoll)