]> git.pld-linux.org Git - packages/domoticz.git/blob - domoticz-gpio.patch
macros for %systemd*
[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  ENDIF(OpenZWave)
5  
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  
16  find_path(TELLDUSCORE_INCLUDE NAMES telldus-core.h)
This page took 0.220582 seconds and 3 git commands to generate.