From 7f8b7ffc27aafc18f05c7e8607ca6e6810df5fb7 Mon Sep 17 00:00:00 2001 From: Jakob Olsson <Jakob Olsson> Date: Fri, 6 Dec 2019 14:00:53 +0100 Subject: [PATCH] owsd: update plugin based dependencies --- owsd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owsd/Makefile b/owsd/Makefile index 7c2ad74ee..6e5a4705c 100644 --- a/owsd/Makefile +++ b/owsd/Makefile @@ -47,8 +47,8 @@ define Package/owsd +OWSD_USE_DBUS_UBUS:libdbus \ +OWSD_USE_DBUS_UBUS:libxml2 \ +OWSD_USE_DBUS_UBUS:dbus \ - +OWSD_USE_JSON_VALIDATION:libjson-schema-validator \ - +OWSD_USE_JSON_VALIDATION:libjson-validator + +OWSD_JSON_VALIDATION:libjson-schema-validator \ + +OWSD_JSON_VALIDATION:libjson-validator TITLE:=owsd daemon MENU:=1 endef -- GitLab