[xorg-bugzilla-noise] [Bug 1026] New: Xnest is missing XKB on
BuildServersOnly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 10 04:33:26 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=1026
Summary: Xnest is missing XKB on BuildServersOnly
Product: xorg
Version: CVS_head
Platform: PC
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P2
Component: Server/Xnest
AssignedTo: xorg-bugzilla-noise at freedesktop.org
ReportedBy: ago at freedesktop.org
OtherBugsDependingO 351
nThis:
Xnest will not compile on cygwin because of missing _XKBFreeKeyboard symbols
from libX11. The xorg server is not affected since BuildXKBlib is set in xorg.cf
from X11.tmpl:
#ifndef BuildXKBlib
#define BuildXKBlib (BuildXKB && !BuildServersOnly)
#endif
fix:
#ifndef BuildXKBlib
#define BuildXKBlib (BuildXKB && (!BuildServersOnly || XnestServer))
#endif
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list