package/domoticz: fix build with libexecinfo

Fix build failure raised since the addition of the libexecinfo package
in commit eea8ba446c

Fixes:
 - Not autobuilder failures (yet)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022.02.x
Fabrice Fontaine 2022-01-07 21:47:54 +01:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 53d82096b6
commit 9be2c73c59
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ DOMOTICZ_CONF_OPTS += \
-DUSE_BUILTIN_SQLITE=OFF \
-DUSE_BUILTIN_MQTT=OFF
ifeq ($(BR2_PACKAGE_LIBEXECINFO),y)
DOMOTICZ_DEPENDENCIES += libexecinfo
DOMOTICZ_CONF_OPTS += -DEXECINFO_LIBRARIES=-lexecinfo
endif
ifeq ($(BR2_PACKAGE_LIBUSB),y)
DOMOTICZ_DEPENDENCIES += libusb
DOMOTICZ_CONF_OPTS += -DWITH_LIBUSB=ON