Edit

IABSD.fr/xenocara/lib/xcb-util-cursor/Makefile.bsd-wrapper

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2016-11-03 13:11:40
    Hash : 055e2cd0
    Message : Update to xcb-util-cursor to 0.1.3. This will give applications using this library the same X cursor search path as the ones that use the legacy libXcursor.

  • lib/xcb-util-cursor/Makefile.bsd-wrapper
  • #	$OpenBSD: Makefile.bsd-wrapper,v 1.2 2016/11/03 13:11:40 matthieu Exp $
    
    SHARED_LIBS=	xcb-cursor 0.0
    
    CONFIGURE_ARGS=		   --without-doxygen \
    	 --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>