055e2cd049
This will give applications using this library the same X cursor search path as the ones that use the legacy libXcursor.
9 lines
320 B
Makefile
9 lines
320 B
Makefile
# $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>
|