Add more paths to cursorpath, themes can now be installed under

/usr/local/share/icons and /usr/local/share/pixmaps.

ok matthieu@
This commit is contained in:
ajacoutot
2011-10-20 06:48:36 +00:00
parent a05754665a
commit c217523095

View File

@@ -1,7 +1,7 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2008/02/20 22:23:07 matthieu Exp $
# $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:${X11BASE}/share/icons:${X11BASE}/share/pixmaps"
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>