Bug 31645

Summary: xlogo: Doesn't build with libXrender and without libXft
Product: xorg Reporter: Cyril Brulebois <kibi>
Component: App/otherAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Cyril Brulebois 2010-11-15 16:48:59 UTC
Since the call to XRenderCompositeDoublePoly() is unconditional, it's possible to end up with:

  CCLD   xlogo
/usr/bin/ld: RenderLogo.o: in function RenderLogo:RenderLogo.c(.text+0x56a): error: undefined reference to 'XRenderCompositeDoublePoly'
/usr/bin/ld: RenderLogo.o: in function RenderLogo:RenderLogo.c(.text+0x67e): error: undefined reference to 'XRenderCompositeDoublePoly'
collect2: ld returned 1 exit status
Comment 1 Alan Coopersmith 2010-11-19 22:47:33 UTC
Fix pushed to git master:
http://cgit.freedesktop.org/xorg/app/xlogo/commit/?id=73941fa2f5e5a71fb36a3b9a9dec8a833898907e

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.