From 828a5c9bb0cc159ac76da7b662d183aabbd6c69d Mon Sep 17 00:00:00 2001 From: Sam Spilsbury Date: Sun, 4 Jul 2010 10:58:56 +0800 Subject: Remove build dependency on compiztoolbox --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.1