From: Michael Tremer Date: Tue, 27 Nov 2018 10:04:46 +0000 (+0000) Subject: libvirt: This package depends on jansson now X-Git-Tag: v2.21-core126~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612424542710ab75cbfb4187d98295a7cbaec719;p=ipfire-2.x.git libvirt: This package depends on jansson now Fixes: #11939 Signed-off-by: Michael Tremer --- diff --git a/lfs/libvirt b/lfs/libvirt index fce1d25ad4..de25a3d553 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,9 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 PROG = libvirt -PAK_VER = 16 +PAK_VER = 17 -DEPS = "libpciaccess libyajl ncat qemu" +DEPS = "jansson libpciaccess libyajl ncat qemu" ############################################################################### # Top-level Rules