diff -Naur a/buildroot-2011.05/package/x11r7/Config.in b/buildroot-2011.05/package/x11r7/Config.in
--- a/buildroot-2011.05/package/x11r7/Config.in	2011-05-27 16:18:21.000000000 +0200
+++ b/buildroot-2011.05/package/x11r7/Config.in	2012-07-13 15:12:26.100915000 +0200
@@ -302,6 +302,7 @@
 	menu "X11R7 Other data"
 		source package/x11r7/xdata_xbitmaps/Config.in
 		source package/x11r7/xdata_xcursor-themes/Config.in
+       source package/x11r7/xcursor-transparent-theme/Config.in
 		source package/x11r7/xkeyboard-config/Config.in
 	endmenu
 endif
diff -Naur a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/Config.in b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/Config.in
--- a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/Config.in	1970-01-01 01:00:00.000000000 +0100
+++ b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/Config.in	2012-07-13 15:12:26.100915000 +0200
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_XCURSOR_TRANSPARENT_THEME
+	bool "xcursor-transparent-theme"
+	select BR2_PACKAGE_XLIB_LIBXCURSOR
+	help
+	  No description available
diff -Naur a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/index.theme b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/index.theme
--- a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/index.theme	1970-01-01 01:00:00.000000000 +0100
+++ b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/index.theme	2012-07-13 15:27:22.707961000 +0200
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=xcursor-transparent
diff -Naur a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1-cross-compile.patch b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1-cross-compile.patch
--- a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1-cross-compile.patch	1970-01-01 01:00:00.000000000 +0100
+++ b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1-cross-compile.patch	2012-07-13 15:12:26.100915000 +0200
@@ -0,0 +1,23 @@
+diff -Naur a/cursors/Makefile.am b/cursors/Makefile.am
+--- a/cursors/Makefile.am	2012-07-13 14:57:56.145019392 +0200
++++ b/cursors/Makefile.am	2012-07-13 14:58:23.353020866 +0200
+@@ -91,6 +91,6 @@
+ 	$(INSTALL_DATA) $(CURSOR_REAL) $(DESTDIR)$(CURSOR_DIR)/ 
+ 	for CURSOR in $(CURSOR_NAMES); do \
+ 		echo '-- Installing cursor '$$CURSOR; \
+-		ln -s $(DESTDIR)$(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
++		ln -s ./transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
+ 	done
+ 
+diff -Naur a/cursors/Makefile.in b/cursors/Makefile.in
+--- a/cursors/Makefile.in	2012-07-13 14:57:15.945016700 +0200
++++ b/cursors/Makefile.in	2012-07-13 14:57:37.981041535 +0200
+@@ -177,7 +177,7 @@
+ 	$(INSTALL_DATA) $(CURSOR_REAL) $(DESTDIR)$(CURSOR_DIR)/ 
+ 	for CURSOR in $(CURSOR_NAMES); do \
+ 		echo '-- Installing cursor '$$CURSOR; \
+-		ln -s $(DESTDIR)$(CURSOR_DIR)/transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
++		ln -s ./transp $(DESTDIR)$(CURSOR_DIR)/$$CURSOR; \
+ 	done
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff -Naur a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk
--- a/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk	1970-01-01 01:00:00.000000000 +0100
+++ b/buildroot-2011.05/package/x11r7/xcursor-transparent-theme/xcursor-transparent-theme.mk	2012-07-13 15:27:22.707961000 +0200
@@ -0,0 +1,20 @@
+#############################################################
+#
+# xcursor-transparent-theme - No description available
+#
+#############################################################
+XCURSOR_TRANSPARENT_THEME_VERSION = 0.1.1
+XCURSOR_TRANSPARENT_THEME_SOURCE = xcursor-transparent-theme-$(XCURSOR_TRANSPARENT_THEME_VERSION).tar.gz
+XCURSOR_TRANSPARENT_THEME_SITE = http://projects.o-hand.com/matchbox/sources/utils
+XCURSOR_TRANSPARENT_THEME_AUTORECONF = NO
+XCURSOR_TRANSPARENT_THEME_INSTALL_STAGING = NO
+XCURSOR_TRANSPARENT_THEME_INSTALL_TARGET = YES
+XCURSOR_TRANSPARENT_THEME_DEPENDENCIES = xlib_libXcursor host-xapp_xcursorgen
+
+define ICONS_DEFAULT_CONFIG_INSTALL
+        $(INSTALL) -m 0755 -D package/x11r7/xcursor-transparent-theme/index.theme $(TARGET_DIR)/usr/share/icons/default/index.theme
+endef
+
+XCURSOR_TRANSPARENT_THEME_POST_INSTALL_TARGET_HOOKS += ICONS_DEFAULT_CONFIG_INSTALL
+
+$(eval $(call AUTOTARGETS,package/x11r7,xcursor-transparent-theme))
