summaryrefslogtreecommitdiff
path: root/tests/test-input-remover
diff options
authorJussi Pakkanen <jussi.pakkanen@canonical.com>2012-12-17 13:36:26 +0200
committerJussi Pakkanen <jussi.pakkanen@canonical.com>2012-12-17 13:36:26 +0200
commitb283e29b13ac02a130c7fb9bbf36eb8d46fa1fac (patch)
tree48986412a723d74fa691b99c71e944ac1cac1cb6 /tests/test-input-remover
parentc75dbf2063613ce19e3865a76d8738ce2ac21a86 (diff)
Removed superfluous pkgconfig includes.
(bzr r2993.1.1)
Diffstat (limited to 'tests/test-input-remover')
-rw-r--r--tests/test-input-remover/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-input-remover/CMakeLists.txt b/tests/test-input-remover/CMakeLists.txt
index eac8026a0..eb35559a9 100644
--- a/tests/test-input-remover/CMakeLists.txt
+++ b/tests/test-input-remover/CMakeLists.txt
@@ -1,7 +1,5 @@
project (test-input-remover)
-include (FindPkgConfig)
-
pkg_check_modules (COMPIZ_TEST_INPUT_REMOVER REQUIRED x11 xext)
if (COMPIZ_TEST_INPUT_REMOVER_FOUND)