diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-02-20 22:23:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-02-20 22:23:08 +0000 |
commit | 1bf6dbb5fbb8b519203ae8496e5a8778233d0043 (patch) | |
tree | e568338863984f134696f2af2845f28a2a397c94 /lib/libXcursor | |
parent | 39f3bde0c2be2560b995ba516ba80378ff8f6f0f (diff) |
Include /usr/local/lib/X11/icons in the default cursor search path.
Diffstat (limited to 'lib/libXcursor')
-rw-r--r-- | lib/libXcursor/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libXcursor/Makefile.bsd-wrapper b/lib/libXcursor/Makefile.bsd-wrapper index f1c08c489..a8eca1271 100644 --- a/lib/libXcursor/Makefile.bsd-wrapper +++ b/lib/libXcursor/Makefile.bsd-wrapper @@ -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> |