mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 03:08:56 +00:00
If you do not have XkbOptions in xorg.conf, it is automatically set to
"terminate: ctrl_alt_bksp" (only if XENOCARA_USE_XKEYBOARD_CONFIG=Yes) tested ajacoutot@, ok matthieu@
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.36 2011/04/27 20:46:31 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.37 2011/05/30 10:52:58 shadchin Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@@ -34,15 +34,18 @@ DRI_OPTION= --disable-dri --disable-dri2
|
||||
.if ${XENOCARA_USE_XKEYBOARD_CONFIG:L} == "yes"
|
||||
XKB_PATH= ${X11BASE}/share/X11/xkb
|
||||
XKB_RULES= base
|
||||
XKB_OPTIONS= terminate:ctrl_alt_bksp
|
||||
.else
|
||||
XKB_PATH= /etc/X11/xkb
|
||||
XKB_RULES= xorg
|
||||
XKB_OPTIONS=
|
||||
.endif
|
||||
|
||||
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
||||
--with-xkb-path=${XKB_PATH} \
|
||||
--with-xkb-output=/var/db/xkb \
|
||||
--with-default-xkb-rules=${XKB_RULES} \
|
||||
--with-default-xkb-options=${XKB_OPTIONS} \
|
||||
--with-module-dir=${LIBDIR}/modules ${GLX_OPTION} \
|
||||
--enable-install-setuid --enable-privsep \
|
||||
--enable-xcsecurity \
|
||||
|
||||
Reference in New Issue
Block a user