xda_xcursor-themes: depends on libXcursor

While at it convert spaces to TABs

Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Darius Augulis 2010-04-29 23:11:25 +03:00 committed by Peter Korsgaard
parent f421f557f5
commit 20c59892f9
3 changed files with 10 additions and 7 deletions

10
CHANGES
View File

@ -18,10 +18,12 @@
mdadm, memstat, mesa3d, mtd-utils, nano, openssl, pciutils,
php, pixman, portage, pppd, pthread-stubs, python, qt, radvd,
samba, setserial, squashfs, tslib, usb_modeswith, wget,
xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
xlib_libXaw, xlib_libXfont, xlib_libXfontcache, xlib_libXxf86misc,
xlib_libXtst, xlib_libpciaccess, xproto_dri2proto, xproto_eviext,
xproto_fontcacheproto, xproto_xf86miscproto, xserver_xorg-server
xdata_xcursor-themes, xdriver_xf86-video-intel,
xkeyboard-config, xlib_libX11, xlib_libXaw, xlib_libXfont,
xlib_libXfontcache, xlib_libXxf86misc, xlib_libXtst,
xlib_libpciaccess, xproto_dri2proto, xproto_eviext,
xproto_fontcacheproto, xproto_xf86miscproto,
xserver_xorg-server
Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
xlib_libXxf86misc, xxproto_evieext, proto_trapproto,

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_XDATA_XCURSOR_THEMES
bool "xdata_xcursor-themes"
help
bool "xdata_xcursor-themes"
select BR2_PACKAGE_XLIB_LIBXCURSOR
help
No description available

View File

@ -9,5 +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
$(eval $(call AUTOTARGETS,package/x11r7,xdata_xcursor-themes))