~brandontschaefer/compiz/lp1002246_fix

« back to all changes in this revision

Viewing changes to tests/system/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2012-12-10 12:29:29 UTC
  • mfrom: (3518.1.1 armfix)
  • Revision ID: tarmac-20121210122929-hodckz2x910lzlgf
Don't try to build OpenGL test programs if you only have GLES.
(LP: #1088419). Fixes: https://bugs.launchpad.net/bugs/1088419.

Approved by PS Jenkins bot, Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
add_subdirectory (xorg-gtest)
 
2
if (NOT USE_GLES)
2
3
add_subdirectory (untest)
 
4
endif ()