Add new knob WITH_XKB_STATUS, which enables support for XKB keyboard

language status.

Submitted by:	Alexander Peresunko <alex@freeman.org.ua>
This commit is contained in:
Maxim Sobolev 2002-07-10 16:40:58 +00:00
parent e91e769f41
commit fd4d419dd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62778

View file

@ -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