]> git.pld-linux.org Git - packages/domoticz.git/blob - domoticz-gpio.patch
up to 2024.4
[packages/domoticz.git] / domoticz-gpio.patch
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 @@
4    MESSAGE(STATUS "==== OpenZWave not found, support disabled!")
5  ENDIF(OpenZWave)
6  
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  
15  find_path(TELLDUSCORE_INCLUDE NAMES telldus-core.h)
16  IF(TELLDUSCORE_INCLUDE)
This page took 0.067328 seconds and 3 git commands to generate.