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

19 lines
528 B
Makefile

################################################################################
#
# xlib_libXtst -- X.Org Xtst library
#
################################################################################
XLIB_LIBXTST_VERSION = 1.2.1
XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXTST_INSTALL_STAGING = YES
XLIB_LIBXTST_DEPENDENCIES = \
xlib_libX11 \
xlib_libXext \
xlib_libXi \
xproto_recordproto
$(eval $(autotools-package))