summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-04-19 14:02:25 +0200
committerHenrik Rydberg <rydberg@euromail.se>2011-04-19 14:02:25 +0200
commita9cf916966ce0359dd5a896c8ab71774cd85f1d4 (patch)
tree42595565855ac825b25a82e8aedc57437bfe0db2 /CMakeLists.txt
parent2e8c59b2a9d065531cf3ff2807fce013cd2dc078 (diff)
Test utouch-frame through utouch-compiz
This patch implements a simple test of the touch frame mechanism, via XI2.1 and the compiz plugin. Run compiz in the foreground to see the printouts for touches. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e057dd..e36c58c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,5 +32,5 @@ add_dependencies(distcheck dist)
32 32
33find_package(Compiz REQUIRED) 33find_package(Compiz REQUIRED)
34include(CompizPlugin) 34include(CompizPlugin)
35compiz_plugin(utouch) 35compiz_plugin(utouch PKGDEPS xi utouch-frame)
36 36