Edit

IABSD.fr/xenocara/driver/xf86-input-keyboard/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : shadchin
    Date : 2011-05-30 10:52:57
    Hash : 89a8ad01
    Message : 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@

  • driver/xf86-input-keyboard/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.3 2011/05/30 10:52:57 shadchin Exp $
    
    .include <bsd.xconf.mk>
    
    .if ${XENOCARA_USE_XKEYBOARD_CONFIG:L} == "yes"
    CONFIGURE_ARGS+=	--enable-xkeyboard-config
    .endif
    
    .include <bsd.xorg.mk>