diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/xdm/Makefile.bsd-wrapper | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xdm/Makefile.bsd-wrapper b/app/xdm/Makefile.bsd-wrapper index 4d3729cb0..f3f3f9be5 100644 --- a/app/xdm/Makefile.bsd-wrapper +++ b/app/xdm/Makefile.bsd-wrapper @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2006/11/28 15:41:12 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2006/11/28 20:13:42 matthieu Exp $ PIXMAPDIR=/etc/X11/xdm/pixmaps CONFIGURE_ARGS= --enable-privsep \ + --disable-dynamic-greeter \ --with-xdmlibdir=/etc/X11/xdm \ --with-pixmapdir=$(PIXMAPDIR) \ --with-bw-pixmap=OpenBSD_1bpp.xpm \ |