buildrootschalter/package/x11r7/xlib_libXext/xlib_libXext.mk
Bernd Kuhls 63ab80e49a xorg: Bump xlib_libXext version to 1.3.2
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-05 22:05:21 +01:00

17 lines
598 B
Makefile

################################################################################
#
# xlib_libXext
#
################################################################################
XLIB_LIBXEXT_VERSION = 1.3.2
XLIB_LIBXEXT_SOURCE = libXext-$(XLIB_LIBXEXT_VERSION).tar.bz2
XLIB_LIBXEXT_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXEXT_LICENSE = MIT
XLIB_LIBXEXT_LICENSE_FILES = COPYING
XLIB_LIBXEXT_INSTALL_STAGING = YES
XLIB_LIBXEXT_DEPENDENCIES = xlib_libX11 xproto_xextproto xproto_xproto
XLIB_LIBXEXT_CONF_OPT = --disable-malloc0returnsnull
$(eval $(autotools-package))