From 56a2b83e9d682d02766c28c0aa1447d39f5426ad Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Sun, 3 Sep 2017 20:33:40 +0200 Subject: [PATCH] KDNSSD needs Avahi to work --- recipes-kf5/tier1/kdnssd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kf5/tier1/kdnssd.inc b/recipes-kf5/tier1/kdnssd.inc index 659475b..df06812 100644 --- a/recipes-kf5/tier1/kdnssd.inc +++ b/recipes-kf5/tier1/kdnssd.inc @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ " PR = "r0" -DEPENDS = "qtbase" +DEPENDS = "qtbase avahi" SRC_URI = "git://anongit.kde.org/kdnssd;nobranch=1" S = "${WORKDIR}/git"