summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-09-11 06:17:30 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-09-11 06:17:30 +0000
commitfbb51f8e165856c9adcaf3a8e8ce71457708a790 (patch)
treebe13afec90e7f3500f7fe4f887c2f5e263c752f5
parent6b735ee5bf7393a8212e19cb8cb1283ce09eb91b (diff)
Bring Xnest back.
I had to disable its build during xserver 1.6 development because it wasn't building for a while. But all problems are now fixed. ok todd@.
-rw-r--r--xserver/Makefile.bsd-wrapper5
1 files changed, 2 insertions, 3 deletions
diff --git a/xserver/Makefile.bsd-wrapper b/xserver/Makefile.bsd-wrapper
index 406ceb225..71ff60efd 100644
--- a/xserver/Makefile.bsd-wrapper
+++ b/xserver/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.27 2009/09/06 19:44:18 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.28 2009/09/11 06:17:29 matthieu Exp $
.include <bsd.xconf.mk>
@@ -36,7 +36,6 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
--with-module-dir=${LIBDIR}/modules ${GLX_OPTION} \
--enable-install-setuid --enable-privsep \
--disable-dmx ${NO_XORG_OPTION} ${NO_XF86_UTIL_OPTION} \
- ${DRI_OPTION} \
- --disable-xnest
+ ${DRI_OPTION}
.include <bsd.xorg.mk>