re: libX11's libXcursor dlopen
matthew green <[email protected]> Wed, 25 Mar 2026 13:25:41 +1100
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
looks like we had the same idea (also from the PR), though i missesd this bit:
> -__XCURSORPATH__ = \
> - ~/.local/share/icons, \
> - ~/.icons, \
> - /usr/share/icons, \
> - /usr/share/pixmaps, \
> - ${X11LIBDIR}/icons
> +__XCURSORPATH__ = ${XCURSORPATH:S/:/, /g}
>
> MLINKS += Xcursor.3 XcursorCursorsCreate.3
> MLINKS += Xcursor.3 XcursorCursorsDestroy.3
thanks, i'll check that part out too.
.mrg.