xda_xcursor-themes: depends on libXcursor
authorDarius Augulis <augulis.darius@gmail.com>
Thu, 29 Apr 2010 20:11:25 +0000 (23:11 +0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 1 May 2010 20:15:13 +0000 (22:15 +0200)
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>
CHANGES
package/x11r7/xdata_xcursor-themes/Config.in
package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk

diff --git a/CHANGES b/CHANGES
index 8cb3c6e9b624e424c049222ae3dc3b14881a4650..1a9629d21852640f1974828066b6b4794c1a5d51 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        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,
index 977309d71db9b783fc772b7299938e3151b51f60..78d10209f312b1131057b7db8517f49a812a0422 100644 (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
-
index aa68c65fd216323cba183761ae731eb2a306cbfd..da928f4fdaddda71b28ebc327c593b38069f12b0 100644 (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))