Edit

IABSD.fr/xenocara/kdrive

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2012-06-10 13:21:05
    Hash : e60da745
    Message : Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.

  • Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.14 2012/06/10 13:21:32 matthieu Exp $
    
    .include <bsd.xconf.mk>
    
    _SRCDIR= ${.CURDIR}/../xserver
    
    XKB_PATH=	${X11BASE}/share/X11/xkb
    XKB_RULES=	base
    
    CONFIGURE_ARGS=	--localstatedir=/var --sysconfdir=/etc/X11 \
    		--with-xkb-path=${XKB_PATH} \
    		--with-xkb-output=/var/db/xkb \
    		--with-default-xkb-rules=${XKB_RULES} \
    		--disable-xorg \
    		--enable-xcsecurity \
    		--enable-kdrive \
    		--disable-dmx \
    		--disable-xnest \
    		--disable-xvfb \
    		--without-fop --without-xmlto --without-xsltproc
    
    realinstall:
    	(cd hw/kdrive/ephyr ; make install)
    
    .include <bsd.xorg.mk>