summaryrefslogtreecommitdiff
path: root/lib/libXcursor
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-10-20 06:48:37 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-10-20 06:48:37 +0000
commit90b9fbe594c90430d66621ca5be0bf727f3f85fe (patch)
tree87a079d69daee8e1c757677be9ea2492118ba673 /lib/libXcursor
parent05e5b4254ea8853775c7514d8c575432f82219a1 (diff)
Add more paths to cursorpath, themes can now be installed under
/usr/local/share/icons and /usr/local/share/pixmaps. ok matthieu@
Diffstat (limited to 'lib/libXcursor')
-rw-r--r--lib/libXcursor/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXcursor/Makefile.bsd-wrapper b/lib/libXcursor/Makefile.bsd-wrapper
index a8eca1271..c3d71cb92 100644
--- a/lib/libXcursor/Makefile.bsd-wrapper
+++ b/lib/libXcursor/Makefile.bsd-wrapper
@@ -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>