~ps-jenkins/compiz/latestsnapshot-10.9.9daily13.05.0813.04-0ubuntu1

« back to all changes in this revision

Viewing changes to plugins/freewins/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2013-04-02 19:24:11 UTC
  • mfrom: (3643.1.3 back-to-raring)
  • Revision ID: tarmac-20130402192411-8jqkwbion75aazvt
Make lp:compiz/0.9.9 identical to lp:compiz/raring, so we can use it for 
raring maintenance and eliminate lp:compiz/raring.

The changes that this proposal "undoes" have not been lost. They have just
moved to the new development series: lp:compiz/0.9.10 (lp:compiz now points
to this).

Approved by PS Jenkins bot, Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
find_package (Compiz REQUIRED)
2
 
 
3
 
include (CompizPlugin)
4
 
include (FindOpenGL)
5
 
 
6
 
if (OPENGL_GLU_FOUND)
7
 
compiz_plugin (freewins PLUGINDEPS composite opengl PKGDEPS cairo-xlib cairo LIBRARIES ${OPENGL_glu_LIBRARY} INCDIRS ${OPENGL_INCLUDE_DIR} LDFLAGSADD)
8
 
endif (OPENGL_GLU_FOUND)