Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 33239ee

Browse files
committed
Change X11 default to OFF
1 parent 5c60566 commit 33239ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ message(STATUS "ENABLE_WS2812BPWM = " ${ENABLE_WS2812BPWM})
1919
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)
2020
message(STATUS "ENABLE_V4L2 = " ${ENABLE_V4L2})
2121

22-
option(ENABLE_X11 "Enable the X11 grabber" ON)
22+
option(ENABLE_X11 "Enable the X11 grabber" OFF)
2323
message(STATUS "ENABLE_X11 = " ${ENABLE_X11})
2424

2525
option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" ON)

0 commit comments

Comments
 (0)