Edit

IABSD.fr/xenocara/lib/libX11/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2015-04-06 20:57:55
    Hash : 8252bb00
    Message : update to libX11 1.6.3

  • lib/libX11/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.23 2015/04/06 20:57:55 matthieu Exp $
    .include <bsd.xconf.mk>
    
    SHARED_LIBS=	X11 16.1 X11_xcb 2.0
    
    CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
    	--disable-composecache \
    	--without-xmlto --without-fop --without-xsltproc
    
    .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
    CONFIGURE_ARGS+= --disable-loadable-xcursor
    .endif
    
    .include <bsd.xorg.mk>