mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Change tinkerforge support default to ON, because no external libraries are needed
Former-commit-id: 5901c9405e3ea69bde5ab273806e6d9f13060b65
This commit is contained in:
parent
62291adb52
commit
89ecbf1e0c
@ -16,7 +16,7 @@ message(STATUS "ENABLE_SPIDEV = " ${ENABLE_SPIDEV})
|
|||||||
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)
|
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)
|
||||||
message(STATUS "ENABLE_V4L2 = " ${ENABLE_V4L2})
|
message(STATUS "ENABLE_V4L2 = " ${ENABLE_V4L2})
|
||||||
|
|
||||||
option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" OFF)
|
option(ENABLE_TINKERFORGE "Enable the TINKERFORGE device" ON)
|
||||||
message(STATUS "ENABLE_TINKERFORGE = " ${ENABLE_TINKERFORGE})
|
message(STATUS "ENABLE_TINKERFORGE = " ${ENABLE_TINKERFORGE})
|
||||||
|
|
||||||
# Createt the configuration file
|
# Createt the configuration file
|
||||||
|
Loading…
Reference in New Issue
Block a user