[Buildroot] [PATCH v1 22/30] package/xlib_libXdamage: Add host package

Michael Drake michael.drake at codethink.co.uk
Thu Dec 5 17:15:09 UTC 2019


From: Thomas Preston <thomas.preston at codethink.co.uk>

Signed-off-by: Michael Drake <michael.drake at codethink.co.uk>
Signed-off-by: Thomas Preston <thomas.preston at codethink.co.uk>
---
 package/x11r7/xlib_libXdamage/xlib_libXdamage.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk b/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
index cc5493ff6c..c98c28412a 100644
--- a/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
+++ b/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
@@ -11,5 +11,10 @@ XLIB_LIBXDAMAGE_LICENSE = MIT
 XLIB_LIBXDAMAGE_LICENSE_FILES = COPYING
 XLIB_LIBXDAMAGE_INSTALL_STAGING = YES
 XLIB_LIBXDAMAGE_DEPENDENCIES = xlib_libX11 xlib_libXfixes xorgproto
+HOST_XLIB_LIBXDAMAGE_DEPENDENCIES = \
+	host-xlib_libX11 \
+	host-xlib_libXfixes \
+	host-xorgproto
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.20.1




More information about the buildroot mailing list