~alan-griffiths/miral/fix-1704776

« back to all changes in this revision

Viewing changes to miral/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2017-06-16 10:22:41 UTC
  • mfrom: (553.1.14 miral3)
  • Revision ID: tarmac-20170616102241-u0d4vgz2f74i10ee
Port MirAL to the undeprecated APIs (plus RenderSurface).

Approved by mir-ci-bot, Alberto Aguirre, Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pkg_check_modules(MIRSERVER mirserver>=0.20 REQUIRED)
 
1
pkg_check_modules(MIRSERVER mirserver>=0.26 REQUIRED)
2
2
 
3
3
if(${CMAKE_COMPILER_IS_GNUCXX})
4
4
    set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -flto")