Include /usr/local/lib/X11/icons in the default cursor search path.

This commit is contained in:
matthieu 2008-02-20 22:23:07 +00:00
parent 682a69ebb7
commit e4ccaa70a5

View File

@ -1,5 +1,7 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2007/03/15 23:00:47 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2008/02/20 22:23:07 matthieu Exp $
SHARED_LIBS= Xcursor 4.0
CONFIGURE_ARGS+= --with-cursorpath="~/.icons:/usr/local/lib/X11/icons:${X11BASE}/share/icons:${X11BASE}/share/pixmaps"
.include <bsd.xorg.mk>