~ubuntu-branches/ubuntu/quantal/compiz/quantal-201303260114

« back to all changes in this revision

Viewing changes to plugins/opengl/CMakeLists.txt

  • Committer: timo.jyrinki at canonical
  • Date: 2012-09-18 07:56:42 UTC
  • Revision ID: timo.jyrinki@canonical.com-20120918075642-3dkx9ccbg77bk1gy
Check that pixmaps which aren't managed by us actually exist before
binding. (LP: #927168)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
set (INTERNAL_LIBRARIES
6
6
    compiz_opengl_double_buffer
7
7
    compiz_opengl_fsregion
 
8
    compiz_opengl_glx_tfp_bind
8
9
)
9
10
 
10
11
add_subdirectory (src/doublebuffer)
11
12
add_subdirectory (src/fsregion)
 
13
add_subdirectory (src/glxtfpbind)
 
14
 
 
15
include_directories (src/glxtfpbind/include)
12
16
 
13
17
if (USE_GLES)
14
18
    compiz_plugin(opengl PLUGINDEPS composite CFLAGSADD "-DUSE_GLES -std=c++0x" LIBRARIES ${OPENGLES2_LIBRARIES} ${INTERNAL_LIBRARIES} dl INCDIRS ${OPENGLES2_INCLUDE_DIR})