e10cfb1e76
Now that it is handled globally (pkg-infra: pass --disable-doc if documentation is not enabled). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
535 B
Makefile
15 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXdmcp -- X.Org Xdmcp library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXDMCP_VERSION = 1.1.0
|
|
XLIB_LIBXDMCP_SOURCE = libXdmcp-$(XLIB_LIBXDMCP_VERSION).tar.bz2
|
|
XLIB_LIBXDMCP_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXDMCP_INSTALL_STAGING = YES
|
|
XLIB_LIBXDMCP_DEPENDENCIES = xutil_util-macros xproto_xproto
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|