diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-09-19 22:57:40 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-05 20:20:53 +0200 |
commit | aeaa5e9422955c53b7c904a987a475ca0ec04369 (patch) | |
tree | c74791c072dd6f1a74a15460f365297fb645f3d3 /package/x11r7/xdata_xcursor-themes | |
parent | 9bc7b1d4ae694b818f941410d1ff59316a2bba6e (diff) | |
download | buildroot-novena-aeaa5e9422955c53b7c904a987a475ca0ec04369.tar.gz buildroot-novena-aeaa5e9422955c53b7c904a987a475ca0ec04369.zip |
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/xdata_xcursor-themes')
-rw-r--r-- | package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk index fe5c0dadc..b62b51c4c 100644 --- a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk +++ b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk @@ -9,6 +9,6 @@ XDATA_XCURSOR_THEMES_SITE = http://xorg.freedesktop.org/releases/individual/data XDATA_XCURSOR_THEMES_AUTORECONF = NO XDATA_XCURSOR_THEMES_INSTALL_STAGING = YES XDATA_XCURSOR_THEMES_INSTALL_TARGET = YES -XDATA_XCURSOR_THEMES_DEPENDENCIES = xlib_libXcursor +XDATA_XCURSOR_THEMES_DEPENDENCIES = xlib_libXcursor host-xapp_xcursorgen $(eval $(call AUTOTARGETS)) |