Edit

IABSD.fr/xenocara/driver/xf86-video-mach64/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2013-06-10 20:38:52
    Hash : 3caadaf9
    Message : On mach64, only disable RenderAccel, not the full EXA acceleration. This is enough to fix the screen corruption seen on Xft fonts and other Xrender drawings.

  • driver/xf86-video-mach64/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.3 2013/06/10 20:38:52 matthieu Exp $
    
    .include <bsd.xconf.mk>
    
    .if ${XENOCARA_BUILD_DRI:L} != "yes"
    CONFIGURE_ARGS+= --disable-dri
    .endif
    
    .include <bsd.xorg.mk>