diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-27 17:18:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-01-27 17:18:27 +0000 |
commit | c729180394570fa793df46ade85f5d3c1a606b45 (patch) | |
tree | 98b8e6dae8ec3c0f0b964cea1577f551669a16b4 | |
parent | b25176949d3df2fe80b1c0f137883a91dc2070bd (diff) |
Xephyr requires dri support for now, so enable it.
-rw-r--r-- | kdrive/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kdrive/Makefile.bsd-wrapper b/kdrive/Makefile.bsd-wrapper index 8da3a02fb..f287dbc5c 100644 --- a/kdrive/Makefile.bsd-wrapper +++ b/kdrive/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2008/08/21 05:48:42 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2009/01/27 17:18:26 matthieu Exp $ .include <bsd.xconf.mk> @@ -11,7 +11,8 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \ --disable-dmx \ --disable-xprint \ --disable-xnest \ - --disable-xvfb + --disable-xvfb \ + --enable-dri realinstall: ${INSTALL} -c -m 755 hw/kdrive/ephyr/Xephyr ${DESDIR}${BINDIR} |