mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-12 20:18:42 +01:00
owsd: fix broken dependencies
This commit is contained in:
parent
6d865ed960
commit
e6c4ac12d4
1 changed files with 8 additions and 4 deletions
|
|
@ -36,10 +36,14 @@ define Package/owsd
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libjson-c +libblobmsg-json +libwebsockets +ubox \
|
||||
+(OWSD_USE_UBUS||OWSD_USE_DBUS_UBUS):ubus \
|
||||
+(OWSD_USE_DBUS||OWSD_USE_DBUS_UBUS):libdbus \
|
||||
+(OWSD_USE_DBUS||OWSD_USE_DBUS_UBUS):libxml2 \
|
||||
+(OWSD_USE_DBUS||OWSD_USE_DBUS_UBUS):dbus
|
||||
+OWSD_USE_UBUS:ubus \
|
||||
+OWSD_USE_DBUS:libdbus \
|
||||
+OWSD_USE_DBUS:libxml2 \
|
||||
+OWSD_USE_DBUS:dbus \
|
||||
+OWSD_USE_DBUS_UBUS:ubus \
|
||||
+OWSD_USE_DBUS_UBUS:libdbus \
|
||||
+OWSD_USE_DBUS_UBUS:libxml2 \
|
||||
+OWSD_USE_DBUS_UBUS:dbus
|
||||
TITLE:=owsd daemon
|
||||
MENU:=1
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue