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

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


commit: https://git.buildroot.net/buildroot/commit/?id=b37ab3aea6fa2dde4b2d2512a9d30dfea21548d2
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_libXau/xlib_libXau.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/x11r7/xlib_libXau/xlib_libXau.mk b/package/x11r7/xlib_libXau/xlib_libXau.mk
index 8ef48e4..1c50cb2 100644
--- a/package/x11r7/xlib_libXau/xlib_libXau.mk
+++ b/package/x11r7/xlib_libXau/xlib_libXau.mk
@@ -11,6 +11,8 @@ XLIB_LIBXAU_LICENSE = MIT
 XLIB_LIBXAU_LICENSE_FILES = COPYING
 XLIB_LIBXAU_INSTALL_STAGING = YES
 XLIB_LIBXAU_DEPENDENCIES = host-pkgconf xutil_util-macros xproto_xproto
+HOST_XLIB_LIBXAU_DEPENDENCIES = \
+	host-pkgconf host-xutil_util-macros host-xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))


More information about the buildroot mailing list