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 - Build issue: FTBFS when build without xcomposite support
Summary: Build issue: FTBFS when build without xcomposite support
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdelibs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: All Linux
: P5 major
Assignee: Slávek Banko
URL:
Depends on:
Blocks: R14.0.1
  Show dependency treegraph
 
Reported: 2015-04-04 08:59 CDT by Slávek Banko
Modified: 2015-04-05 12:28 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Fix FTBFS when build without xcomposite support (2.15 KB, patch)
2015-04-04 08:59 CDT, Slávek Banko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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).