summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFrédéric Blain <frederic.blain@valeo.com>2012-07-05 17:38:59 +0200
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2012-07-20 00:07:16 -0700
commit01b83efc5920dded4edf4a978bbdd682d8a525eb (patch)
tree9713a30179f43bc61d13176bad79fe9a976c6144 /config
parent3e1c156ad94e8973426994fbb10cb2d88a0633ba (diff)
downloadlayer_management-01b83efc5920dded4edf4a978bbdd682d8a525eb.tar.gz
Remove cmake flag WITH_INPUT_EVENTS
Input events are now activated permanently to LayerManager. This won't add any rutime overhead with the new Input frameworkt as long as the methods report[Key/Pointer/Touch] events are not called. Thus, no impact for people that do not wan't to use input events.
Diffstat (limited to 'config')
-rw-r--r--config/res/config.h.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/res/config.h.cmake b/config/res/config.h.cmake
index b2d2661..bd8ebdb 100644
--- a/config/res/config.h.cmake
+++ b/config/res/config.h.cmake
@@ -66,9 +66,6 @@
// Build development library for GLX Based Renderers
#cmakedefine WITH_GLX_LIB
-// enable input event handling
-#cmakedefine WITH_INPUT_EVENTS
-
// build unit tests for all projects
#cmakedefine WITH_TESTS
@@ -118,7 +115,6 @@ typedef struct
{ DEBUG_FLAG, "WITH_GLESv2_LIB = ${WITH_GLESv2_LIB}" }, \
{ DEBUG_FLAG, "WITH_GLX_EXAMPLE = ${WITH_GLX_EXAMPLE}" }, \
{ DEBUG_FLAG, "WITH_GLX_LIB = ${WITH_GLX_LIB}" }, \
-{ DEBUG_FLAG, "WITH_INPUT_EVENTS = ${WITH_INPUT_EVENTS}" }, \
{ DEBUG_FLAG, "WITH_TESTS = ${WITH_TESTS}" }, \
{ DEBUG_FLAG, "WITH_X11_GLES = ${WITH_X11_GLES}" }, \
{ DEBUG_FLAG, "WITH_WAYLAND = ${WITH_WAYLAND}" }, \