Edit

IABSD.fr/xenocara/app/xinit/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2025-11-03 09:58:18
    Hash : d73c0bbe
    Message : update to xinit 1.4.4

  • app/xinit/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.8 2025/11/03 09:58:18 matthieu Exp $
    
    CONFIGURE_ARGS+= --with-twm=${X11BASE}/bin/fvwm
    CONFIGURE_ARGS+= --with-xauth=${X11BASE}/bin/xauth
    CONFIGURE_ARGS+= --with-xclock=${X11BASE}/bin/xclock
    CONFIGURE_ARGS+= --with-xconsole=${X11BASE}/bin/xconsole
    CONFIGURE_ARGS+= --with-xinit=${X11BASE}/bin/xinit
    CONFIGURE_ARGS+= --with-xmodmap=${X11BASE}/bin/xmodmap
    CONFIGURE_ARGS+= --with-xrdb=${X11BASE}/bin/xrdb
    CONFIGURE_ARGS+= --with-xserver=${X11BASE}/bin/Xorg
    CONFIGURE_ARGS+= --with-xterm=${X11BASE}/bin/xterm
    
    .include <bsd.xorg.mk>