# -*-makefile-*- # # Copyright (C) 2007 by Robert Schwebel # (C) 2010 by Michael Olbrich # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_XORG_LIB_X11) += host-xorg-lib-x11 # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # HOST_XORG_LIB_X11_CONF_TOOL := autoconf HOST_XORG_LIB_X11_CONF_OPT := \ $(HOST_AUTOCONF) \ --disable-selective-werror \ --disable-strict-compilation \ --disable-specs \ --disable-loadable-i18n \ --disable-loadable-xcursor \ --enable-xthreads \ --disable-xcms \ --enable-xlocale \ --enable-xlocaledir \ --disable-xf86bigfont \ --enable-xkb \ --disable-composecache \ --disable-lint-library \ --disable-malloc0returnsnull \ $(XORG_OPTIONS_DOCS) \ --without-perl \ --without-launchd \ --without-lint # vim: syntax=make