blob: ba191e5dcb6d2f7d6b85c9ec45ba3bb5899a603b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
################################################################################
#
# xlib_libXdmcp -- X.Org Xdmcp library
#
################################################################################
XLIB_LIBXDMCP_VERSION = 1.0.2
XLIB_LIBXDMCP_SOURCE = libXdmcp-$(XLIB_LIBXDMCP_VERSION).tar.bz2
XLIB_LIBXDMCP_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXDMCP_AUTORECONF = YES
XLIB_LIBXDMCP_INSTALL_STAGING = YES
XLIB_LIBXDMCP_DEPENDANCIES = xutil_util-macros xproto_xproto
XLIB_LIBXDMCP_CONF_OPT = --enable-shared --disable-static
$(eval $(call AUTOTARGETS,xlib_libXdmcp))
|