Change X11 default to OFF

Former-commit-id: 33239ee9411c4413a717c21c66be01f0dfda2c7e
This commit is contained in:
poljvd 2014-12-20 20:50:54 +01:00
parent a041941e7a
commit 05df260d2c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ message(STATUS "ENABLE_WS2812BPWM = " ${ENABLE_WS2812BPWM})
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)
message(STATUS "ENABLE_V4L2 = " ${ENABLE_V4L2})
option(ENABLE_X11 "Enable the X11 grabber" ON)
option(ENABLE_X11 "Enable the X11 grabber" OFF)
message(STATUS "ENABLE_X11 = " ${ENABLE_X11})
option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" ON)