Bug 2130

Summary: [PATCH] add Xau dependency to configure.ac
Product: xorg Reporter: Lucas Correia Villa Real <lucasvr>
Component: App/xcompmgrAssignee: Xorg Project Team <xorg-team>
Status: CLOSED WORKSFORME QA Contact:
Severity: trivial    
Priority: high CC: shawn.starr
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
fixes xcompmgr build by adding Xau to PKG_CHECK_MODULES none

Description Lucas Correia Villa Real 2004-12-21 17:20:27 UTC
xcompmgr 1.1.1's configure.ac is missing to check for Xau, which results on a 
link time error: 
undefined reference to `XauGetBestAuthByAddr 
undefined reference to `XauDisposeAuth' 
 
This patch just adds xau into the PKG_CHECK_MODULES array. 
 
Lucas
Comment 1 Lucas Correia Villa Real 2004-12-21 17:21:46 UTC
Created attachment 1586 [details] [review]
fixes xcompmgr build by adding Xau to PKG_CHECK_MODULES
Comment 2 Adam Jackson 2005-01-27 13:12:18 UTC
unfortunately this can't be fixed yet since Xorg doesn't ship an xau.pc.
Comment 3 Shawn Starr 2005-10-27 21:07:19 UTC
There is now a pkgconfig xau.pc file it could be applied now if you like.
Comment 4 Lucas Correia Villa Real 2005-10-28 10:12:45 UTC
That will be fine! :-) 
Thanks! 
Comment 5 Jeremy Huddleston Sequoia 2011-09-24 20:08:21 UTC
I don't see xcompmgr using libXau, so this must not be needed any more.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.