Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177043 - app-emulation/wine-0.34 and later should depend on x11-libs/libXcursor if USE=X
Summary: app-emulation/wine-0.34 and later should depend on x11-libs/libXcursor if USE=X
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 15:49 UTC by Mart Raudsepp
Modified: 2007-05-05 01:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mart Raudsepp gentoo-dev 2007-05-04 15:49:46 UTC
wine-0.34 added support for Xcursor (http://winehq.com/?announce=0.9.34):
      winex11.drv: Add Xcursor support for 32 bit cursors.

I checked that 0.36 checks for the header X11/Xcursor/Xcursor.h and this is provided by x11-libs/libXcursor.
The ebuild doesn't have any DEPENDs on libXcursor and no other X depend RDEPEND on it either (by my quick checks), so the build could fail.
I have not checked if the library itself is used during runtime as to know if this should be added into RDEPEND X? block or only DEPEND block - if it uses the header, it uses the library too in all likelyhood.

Of course most systems have libXcursor from gtk+ RDEPEND, but not necessarily some pure KDE or other DE systems...
Comment 1 SpanKY gentoo-dev 2007-05-05 01:28:21 UTC
wine will build just fine without the Xcursor header file

since this is a pretty lightweight library, i'll just force it via USE=X