diff options
author | Sam Spilsbury <Sam@XPS-SUSE.site> | 2009-03-18 14:12:15 +0900 |
---|---|---|
committer | Sam Spilsbury <Sam@XPS-SUSE.site> | 2009-03-18 14:12:15 +0900 |
commit | 3406d0071dd506f8d0f8e508ed841ca9374aa320 (patch) | |
tree | 33981d835831f5962ce0a327bf6c0085e21b7fc4 /CMakeLists.txt | |
parent | 17fa292914dd2c19b46f92a3b6e2b63d54ce2844 (diff) | |
download | lazypointer-3406d0071dd506f8d0f8e508ed841ca9374aa320.tar.gz lazypointer-3406d0071dd506f8d0f8e508ed841ca9374aa320.tar.bz2 |
Track core changescompiz++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fb10d5e..489db5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ -include (CompizFusion) +find_package (Compiz REQUIRED) -compiz_fusion_plugin (lazypointer PLUGINDEPS composite opengl) +include (CompizPlugin) + +compiz_plugin (lazypointer PLUGINDEPS composite opengl) |