summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
blob: b7694063c604fdfbcde0eb5b2a4228cdbab32aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
#
# xlib_libXfixes -- X.Org Xfixes library
#
################################################################################

XLIB_LIBXFIXES_VERSION = 4.0.3
XLIB_LIBXFIXES_SOURCE = libXfixes-$(XLIB_LIBXFIXES_VERSION).tar.bz2
XLIB_LIBXFIXES_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXFIXES_AUTORECONF = YES
XLIB_LIBXFIXES_INSTALL_STAGING = YES
XLIB_LIBXFIXES_DEPENDANCIES = xproto_fixesproto xlib_libX11 xproto_xextproto xproto_xproto
XLIB_LIBXFIXES_CONF_OPT =  --enable-shared --disable-static

$(eval $(call AUTOTARGETS,xlib_libXfixes))