kumquat-buildroot/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
Will Wagner 48062f4ad6 xlib_libXcursor: bump revision to X11R7.7
Signed-off-by: Will Wagner <will_wagner@carallon.com>
2013-03-20 15:11:01 +01:00

15 lines
579 B
Makefile

################################################################################
#
# xlib_libXcursor -- X.Org Xcursor library
#
################################################################################
XLIB_LIBXCURSOR_VERSION = 1.1.13
XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.bz2
XLIB_LIBXCURSOR_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCURSOR_INSTALL_STAGING = YES
XLIB_LIBXCURSOR_DEPENDENCIES = xlib_libX11 xlib_libXfixes xlib_libXrender xproto_xproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))