]> git.pld-linux.org Git - packages/domoticz.git/blame - domoticz-gpio.patch
up to 2021.1
[packages/domoticz.git] / domoticz-gpio.patch
CommitLineData
c8cb4cfe
JP
1--- domoticz-2020.2/CMakeLists.txt.orig 2021-04-08 21:42:12.847131340 +0200
2+++ domoticz-2020.2/CMakeLists.txt 2021-04-08 21:52:40.727278201 +0200
3@@ -718,12 +718,7 @@
9a71e0cb 4 MESSAGE(STATUS "==== OpenZWave not found, support disabled!")
c8cb4cfe
JP
5 ENDIF(OpenZWave)
6
c8cb4cfe
JP
7-IF(EXISTS /sys/class/gpio)
8- message(STATUS "GPIO is available")
9- add_definitions(-DWITH_GPIO)
10-ELSE()
11- message(STATUS "GPIO is not available")
12-ENDIF()
13+add_definitions(-DWITH_GPIO)
14
c8cb4cfe 15 find_path(TELLDUSCORE_INCLUDE NAMES telldus-core.h)
9a71e0cb 16 IF(TELLDUSCORE_INCLUDE)
This page took 0.035652 seconds and 4 git commands to generate.