Edit

IABSD.fr/xenocara/lib/libXcursor/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : ajacoutot
    Date : 2011-10-20 06:48:36
    Hash : c2175230
    Message : Add more paths to cursorpath, themes can now be installed under /usr/local/share/icons and /usr/local/share/pixmaps. ok matthieu@

  • lib/libXcursor/Makefile.bsd-wrapper
  • # $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/10/20 06:48:36 ajacoutot Exp $
    
    SHARED_LIBS=	Xcursor 4.0
    
    CONFIGURE_ARGS+=	--with-cursorpath="~/.icons:/usr/local/lib/X11/icons:/usr/local/share/icons:/usr/local/share/pixmaps:${X11BASE}/share/icons:${X11BASE}/share/pixmaps"
    
    .include <bsd.xorg.mk>