~vanvugt/compiz/fix-1046661

« back to all changes in this revision

Viewing changes to plugins/imgsvg/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2012-08-29 09:58:26 UTC
  • mfrom: (3327.1.1 svg)
  • Revision ID: tarmac-20120829095826-xg0en08lhfejptrk
Fix crash when imgsvg is loaded, due to missing symbol (decor_apply_gravity
from libdecoration). (LP: #956986). Fixes: https://bugs.launchpad.net/bugs/956986. Approved by Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
include_directories (${CMAKE_CURRENT_BINARY_DIR}/src)
15
15
 
16
 
compiz_plugin(imgsvg PLUGINDEPS composite opengl PKGDEPS cairo>=1.0 cairo-xlib librsvg-2.0>=2.14.0)
 
16
compiz_plugin(imgsvg PLUGINDEPS composite opengl PKGDEPS cairo>=1.0 cairo-xlib librsvg-2.0>=2.14.0 LIBRARIES decoration)