fb63ed8b2b
anymore in xserver 1.6.
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2009/10/03 09:58:38 matthieu Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
_SRCDIR= ${.CURDIR}/../xserver
|
|
|
|
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
|
--with-xkb-path=/etc/X11/xkb \
|
|
--with-xkb-output=/var/db/xkb \
|
|
--with-dri-driver-path=${LIBDIR}/modules/dri \
|
|
--enable-dri \
|
|
--disable-xorg \
|
|
--enable-kdrive \
|
|
--disable-dmx \
|
|
--disable-xnest \
|
|
--disable-xvfb
|
|
|
|
realinstall:
|
|
(cd hw/kdrive/ephyr ; make install)
|
|
|
|
.include <bsd.xorg.mk>
|