summaryrefslogtreecommitdiff
path: root/package/x11r7/xlib_libXcursor
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-09-19 22:57:40 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-10-05 20:20:53 +0200
commitaeaa5e9422955c53b7c904a987a475ca0ec04369 (patch)
treec74791c072dd6f1a74a15460f365297fb645f3d3 /package/x11r7/xlib_libXcursor
parent9bc7b1d4ae694b818f941410d1ff59316a2bba6e (diff)
xdata_xcursor-themes: add dependency on host xapp_xcursorgen
As reported in bug #3331, xdata_xcursor_themes needs the xcursorgen application installed on the host. This commit adds this dependency, together with the needed host libraries required for xapp_cursorgen to build properly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/xlib_libXcursor')
-rw-r--r--package/x11r7/xlib_libXcursor/xlib_libXcursor.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
index ffe1b4d59..6f3a77649 100644
--- a/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
+++ b/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
@@ -11,4 +11,7 @@ XLIB_LIBXCURSOR_AUTORECONF = NO
XLIB_LIBXCURSOR_INSTALL_STAGING = YES
XLIB_LIBXCURSOR_DEPENDENCIES = xlib_libX11 xlib_libXfixes xlib_libXrender xproto_xproto
+HOST_XLIB_LIBXCURSOR_DEPENDENCIES = host-xlib_libX11 host-xlib_libXfixes host-xlib_libXrender host-xproto_xproto
+
$(eval $(call AUTOTARGETS))
+$(eval $(call AUTOTARGETS,host))