xref: /OK3568_Linux_fs/buildroot/package/x11r7/xlib_libXext/xlib_libXext.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# xlib_libXext
4#
5################################################################################
6
7XLIB_LIBXEXT_VERSION = 1.3.4
8XLIB_LIBXEXT_SOURCE = libXext-$(XLIB_LIBXEXT_VERSION).tar.bz2
9XLIB_LIBXEXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
10XLIB_LIBXEXT_LICENSE = MIT
11XLIB_LIBXEXT_LICENSE_FILES = COPYING
12XLIB_LIBXEXT_CPE_ID_VENDOR = x
13XLIB_LIBXEXT_CPE_ID_PRODUCT = libxext
14XLIB_LIBXEXT_INSTALL_STAGING = YES
15XLIB_LIBXEXT_DEPENDENCIES = xlib_libX11 xorgproto
16XLIB_LIBXEXT_CONF_OPTS = --disable-malloc0returnsnull
17
18$(eval $(autotools-package))
19