diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-07-04 11:00:18 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-07-04 11:00:18 +0800 |
commit | 2333777cf17cf3dfe84f5a4c71b5ce6e54a7d3e5 (patch) | |
tree | df2832d2c9ad66d5ceccc87d26242cbcaf9b48f9 | |
parent | 8ab5dd4dec262d2c26c9d1689b4ec9c9423e02e3 (diff) | |
download | mag-2333777cf17cf3dfe84f5a4c71b5ce6e54a7d3e5.tar.gz mag-2333777cf17cf3dfe84f5a4c71b5ce6e54a7d3e5.tar.bz2 |
Remove build dependency on compiztoolbox
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f06e3d..046cd16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,4 @@ find_package (Compiz REQUIRED) include (CompizPlugin) -compiz_plugin (mag PLUGINDEPS composite opengl mousepoll compiztoolbox) +compiz_plugin (mag PLUGINDEPS composite opengl mousepoll) |