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

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


commit: https://git.buildroot.net/buildroot/commit/?id=20c127a7f157588a457b09885b1c0f384d2d627d
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/x11r7/xlib_libXrender/xlib_libXrender.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/x11r7/xlib_libXrender/xlib_libXrender.mk b/package/x11r7/xlib_libXrender/xlib_libXrender.mk
index 949dea3..72626cf 100644
--- a/package/x11r7/xlib_libXrender/xlib_libXrender.mk
+++ b/package/x11r7/xlib_libXrender/xlib_libXrender.mk
@@ -11,6 +11,9 @@ XLIB_LIBXRENDER_LICENSE = MIT
 XLIB_LIBXRENDER_LICENSE_FILES = COPYING
 XLIB_LIBXRENDER_INSTALL_STAGING = YES
 XLIB_LIBXRENDER_DEPENDENCIES = xlib_libX11 xproto_renderproto xproto_xproto
+HOST_XLIB_LIBXRENDER_DEPENDENCIES = \
+	host-xlib_libX11 host-xproto_renderproto host-xproto_xproto
+
 XLIB_LIBXRENDER_CONF_OPTS = --disable-malloc0returnsnull
 
 $(eval $(autotools-package))


More information about the buildroot mailing list