mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user