summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-10 16:40:58 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-10 16:40:58 +0000
commitfd4d419dd557c043578b826f4a883b7af82f091e (patch)
tree9101ef8c1b62f4cd0ace8a7a223ba5b26a5cda69 /x11-wm/windowmaker
parentUpdate to 1.2.29. (diff)
Add new knob WITH_XKB_STATUS, which enables support for XKB keyboard
language status. Submitted by: Alexander Peresunko <alex@freeman.org.ua>
Notes
Notes: svn path=/head/; revision=62778
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 5204c88ee3d9..0f7a55849a62 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -50,6 +50,10 @@ MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x wdwrite.1x \
LINGUAS!= /bin/cat ${FILESDIR}/LINGUAS
+.if defined(WITH_XKB_STATUS)
+CONFIGURE_ARGS+= --enable-modelock
+.endif
+
.if defined(HAVE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
.endif