x11-libs/xcb-util-cursor: use gentoo-specific cursor paths from libXcursor

Gentoo has a long strange tradition of using /usr/share/cursors/xorg-x11
for cursors. Love it or hate it, that's how it is. x11-libs/libXcursor has
respected this. However, until recently -- commit here [1] -- xcb-util-cursor
did not support this. Now, finally, it does. So, we copy over the same paths
as with libXcursor. This fixes numerous bugs.

Package-Manager: portage-2.3.0
This commit is contained in:
Jason A. Donenfeld
2016-09-13 03:53:38 +02:00
parent 1ce54d2ab5
commit 22e4183d9d

View File

@@ -31,6 +31,7 @@ DEPEND="${RDEPEND}
src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_with doc doxygen)
--with-cursorpath='~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps'
)
xorg-2_src_configure