kumquat-buildroot/package/x11r7/xlib_libXcursor/xlib_libXcursor.mk
Paulius Zaleckas 3ba3c4f8c3 Bump libXcursor to 1.1.10
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
2010-02-28 11:34:52 +02:00

17 lines
701 B
Makefile

################################################################################
#
# xlib_libXcursor -- X.Org Xcursor library
#
################################################################################
XLIB_LIBXCURSOR_VERSION = 1.1.10
XLIB_LIBXCURSOR_SOURCE = libXcursor-$(XLIB_LIBXCURSOR_VERSION).tar.bz2
XLIB_LIBXCURSOR_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXCURSOR_AUTORECONF = NO
XLIB_LIBXCURSOR_LIBTOOL_PATCH = NO
XLIB_LIBXCURSOR_INSTALL_STAGING = YES
XLIB_LIBXCURSOR_DEPENDENCIES = xlib_libX11 xlib_libXfixes xlib_libXrender xproto_xproto
XLIB_LIBXCURSOR_CONF_OPT = --enable-shared --disable-static
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXcursor))