diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-07-04 10:58:56 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-07-04 10:58:56 +0800 |
commit | 828a5c9bb0cc159ac76da7b662d183aabbd6c69d (patch) | |
tree | 3c60dd74d1694b0d95fc10d7e38a6d8d992b819f | |
parent | 96b6da4c18a2bcf3502e824fabdc4b4306cc6835 (diff) | |
download | addhelper-828a5c9bb0cc159ac76da7b662d183aabbd6c69d.tar.gz addhelper-828a5c9bb0cc159ac76da7b662d183aabbd6c69d.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 4349c53..b247eb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,4 @@ find_package (Compiz REQUIRED) include (CompizPlugin) -compiz_plugin (addhelper PLUGINDEPS composite opengl compiztoolbox) +compiz_plugin (addhelper PLUGINDEPS composite opengl) |