By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2410

Summary: Build issue: FTBFS when build without xcomposite support
Product: TDE Reporter: Slávek Banko <slavek.banko>
Component: tdelibsAssignee: Slávek Banko <slavek.banko>
Status: RESOLVED FIXED    
Severity: major CC: bugwatch, slavek.banko
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2246    
Attachments: Fix FTBFS when build without xcomposite support

Description Slávek Banko 2015-04-04 08:59:24 CDT
Created attachment 2475 [details]
Fix FTBFS when build without xcomposite support

Kai Wüst was try to build with option -DWITH_XCOMPOSITE=OFF and FTBFS occurred. See: http://trinity-users.pearsoncomputing.net/?0::8153

The problem is caused by the fact that the test for Xext is performed only if tdelibs are built WITH_XCOMPOSITE = ON, but it is also necessary in other cases. Attached patch will solve this.

Also is added missing support for MIT-SHM extension.
Comment 1 Slávek Banko 2015-04-05 12:28:15 CDT
Fixed in GIT hash c80f418a (master) and 04f07f87 (r14.0.x).