[Buildroot] [git commit] pixman: add explicit dependencies for host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 07:19:04 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=4044c95f7a78140ed50f13dc301fcc410ec64e72
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Julien Floret <julien.floret at 6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/pixman/pixman.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
index ae8d62c..38524e6 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -12,6 +12,7 @@ PIXMAN_LICENSE_FILES = COPYING
 
 PIXMAN_INSTALL_STAGING = YES
 PIXMAN_DEPENDENCIES = host-pkgconf
+HOST_PIXMAN_DEPENDENCIES = host-pkgconf
 
 # For 0001-Disable-tests.patch
 PIXMAN_AUTORECONF = YES


More information about the buildroot mailing list