Edit

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

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2010-01-17 20:48:49
    Hash : 2dda0f80
    Message : Use the new XORG_WITH_XMLTO macro in configure scripts and explicitely disable it during Xenocara builds. Problem reported by kili@ who also tested this patch with an earlier version of the macro.

  • lib/libXcomposite/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.3 2010/01/17 20:48:49 matthieu Exp $
    
    SHARED_LIBS=	Xcomposite 3.0
    
    CONFIGURE_ARGS +=	--with-xmlto=no
    
    .include <bsd.xorg.mk>