summaryrefslogtreecommitdiff
path: root/package/x11r7/xlib_libXext/xlib_libXext.mk
blob: 2ce38ef4cc17a0badf28973009dfe9c2baac6f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################
#
# xlib_libXext -- X.Org Xext library
#
################################################################################

XLIB_LIBXEXT_VERSION = 1.2.0
XLIB_LIBXEXT_SOURCE = libXext-$(XLIB_LIBXEXT_VERSION).tar.bz2
XLIB_LIBXEXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXEXT_INSTALL_STAGING = YES
XLIB_LIBXEXT_DEPENDENCIES = xlib_libX11 xproto_xextproto xproto_xproto
XLIB_LIBXEXT_CONF_OPT = --disable-malloc0returnsnull

$(eval $(autotools-package))