[Buildroot] [git commit] package/libpciaccess: add new host-pkgconf dependency

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 25 20:59:43 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=17065693f23996097d46e350b40c46795b7ffeac
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

After updating to version 0.17 we need host-pkgconf.

Fixes:
 - http://autobuild.buildroot.net/results/d41/d41509feaa889979668fa5105ca1defca71567a6

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/libpciaccess/libpciaccess.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libpciaccess/libpciaccess.mk b/package/libpciaccess/libpciaccess.mk
index 68d46b7f50..525a3bcd02 100644
--- a/package/libpciaccess/libpciaccess.mk
+++ b/package/libpciaccess/libpciaccess.mk
@@ -10,6 +10,7 @@ LIBPCIACCESS_SITE = http://xorg.freedesktop.org/releases/individual/lib
 LIBPCIACCESS_LICENSE = MIT
 LIBPCIACCESS_LICENSE_FILES = COPYING
 LIBPCIACCESS_INSTALL_STAGING = YES
+LIBPCIACCESS_DEPENDENCIES = host-pkgconf
 
 ifeq ($(BR2_PACKAGE_ZLIB),y)
 LIBPCIACCESS_CONF_OPTS += --with-zlib



More information about the buildroot mailing list