diff options
author | Dennis Kasprzyk <onestone@compiz-fusion.org> | 2008-10-07 20:51:27 +0200 |
---|---|---|
committer | Dennis kasprzyk <onestone@compiz-fusion.org> | 2008-10-07 20:51:27 +0200 |
commit | a338c5ad0994ba61546a0f6d3f406d311f2de2b4 (patch) | |
tree | f445648a9f8595f61e51de033e9f958fffc906c6 /CMakeLists.txt | |
parent | 732128db586c1ba71f5dc0746c99e38a7c1ecf33 (diff) | |
download | zcomp-a338c5ad0994ba61546a0f6d3f406d311f2de2b4.tar.gz zcomp-a338c5ad0994ba61546a0f6d3f406d311f2de2b4.tar.bz2 |
Link compiz against xdamage and xcomposite to prevent segmentation faults on shutdown.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e20a334..e2fac0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,8 @@ if (NOT Boost_FOUND OR Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION LESS endif (NOT Boost_FOUND OR Boost_MAJOR_VERSION EQUAL 1 AND Boost_MINOR_VERSION LESS 34) set (COMPIZ_REQUIRES + xdamage + xcomposite x11-xcb xrandr xinerama |