https://github.com/lathiat/avahi/commit/366e3798bdbd6b7bf24e59379f4a9a51af575ce9.patch From: =?UTF-8?q?Tomasz=20Pawe=C5=82=20Gajc?= Date: Thu, 20 Feb 2020 16:09:40 +0100 Subject: [PATCH] fix requires in pc file --- a/avahi-libevent.pc.in +++ b/avahi-libevent.pc.in @@ -6,6 +6,6 @@ includedir=${prefix}/include Name: avahi-libevent Description: Avahi Multicast DNS Responder (libevent Support) Version: @PACKAGE_VERSION@ -Requires: libevent-2.1.5 +Requires: libevent >= 2.1.5 Libs: -L${libdir} -lavahi-libevent Cflags: -D_REENTRANT -I${includedir}