Edit

IABSD.fr/xenocara/data/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2011-03-08 07:59:23
    Hash : 2cc47a12
    Message : add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@

  • data/Makefile
  • # $OpenBSD: Makefile,v 1.5 2011/03/08 07:59:23 matthieu Exp $
    
    # bitmaps needed for building apps, so has to be done separately first
    
    .include <bsd.xconf.mk>
    .if ${XENOCARA_USE_XKEYBOARD_CONFIG:L} == "yes"
    SUBDIR= xkeyboard-config
    .else
    SUBDIR= xkbdata
    .endif
    
    build: _SUBDIRUSE
    
    .include <bsd.subdir.mk>