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

XLIB_LIBXRES_VERSION = 1.0.5
XLIB_LIBXRES_SOURCE = libXres-$(XLIB_LIBXRES_VERSION).tar.bz2
XLIB_LIBXRES_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXRES_INSTALL_STAGING = YES
XLIB_LIBXRES_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_resourceproto xproto_xproto
XLIB_LIBXRES_CONF_OPT = --disable-malloc0returnsnull

$(eval $(autotools-package))