]> git.pld-linux.org Git - packages/domoticz.git/blame - domoticz-gpio.patch
use distribution packaged OpenSans font
[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 @@
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.159943 seconds and 4 git commands to generate.