Browse Source

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>
Darius Augulis 15 years ago
parent
commit
20c59892f9

+ 6 - 4
CHANGES

@@ -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,

+ 3 - 3
package/x11r7/xdata_xcursor-themes/Config.in

@@ -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
-

+ 1 - 0
package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk

@@ -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))