diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2011-04-19 14:02:25 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-04-19 14:02:25 +0200 |
| commit | a9cf916966ce0359dd5a896c8ab71774cd85f1d4 (patch) | |
| tree | 42595565855ac825b25a82e8aedc57437bfe0db2 /CMakeLists.txt | |
| parent | 2e8c59b2a9d065531cf3ff2807fce013cd2dc078 (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.txt | 2 |
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 | ||
| 33 | find_package(Compiz REQUIRED) | 33 | find_package(Compiz REQUIRED) |
| 34 | include(CompizPlugin) | 34 | include(CompizPlugin) |
| 35 | compiz_plugin(utouch) | 35 | compiz_plugin(utouch PKGDEPS xi utouch-frame) |
| 36 | 36 | ||
