xref: /OK3568_Linux_fs/buildroot/package/x11r7/xcb-util-cursor/xcb-util-cursor.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# xcb-util-cursor
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunXCB_UTIL_CURSOR_VERSION = 0.1.3
8*4882a593SmuzhiyunXCB_UTIL_CURSOR_SITE = http://xcb.freedesktop.org/dist
9*4882a593SmuzhiyunXCB_UTIL_CURSOR_SOURCE = xcb-util-cursor-$(XCB_UTIL_CURSOR_VERSION).tar.bz2
10*4882a593SmuzhiyunXCB_UTIL_CURSOR_LICENSE = MIT
11*4882a593SmuzhiyunXCB_UTIL_CURSOR_LICENSE_FILES = COPYING
12*4882a593SmuzhiyunXCB_UTIL_CURSOR_INSTALL_STAGING = YES
13*4882a593SmuzhiyunXCB_UTIL_CURSOR_DEPENDENCIES = xcb-util xcb-util-image xcb-util-renderutil
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun$(eval $(autotools-package))
16