Bug 16486 - Compiling without "record" extension is broken
Summary: Compiling without "record" extension is broken
Status: RESOLVED DUPLICATE of bug 11510
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.3 (2007.09)
Hardware: All All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-23 13:40 UTC by Maarten ter Huurne
Modified: 2008-06-23 16:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Do not build "record" subdir when configured with "-disable-record" (982 bytes, patch)
2008-06-23 13:40 UTC, Maarten ter Huurne
no flags Details | Splinter Review

Description Maarten ter Huurne 2008-06-23 13:40:05 UTC
Created attachment 17333 [details] [review]
Do not build "record" subdir when configured with "-disable-record"

I configured the xorg-server-1.4.2 with the "--disable-record" flag. However, when I try to build it, I get the following compile error:

../../../src/xorg-server-1.4.2/record/record.c:43:38: X11/extensions/recordstr.h: No such file or directory

The problem seems to be that file "configure" has an option to compile without the "record" extension, the Makefiles do not. The attached patch fixes this. I am not very good with autotools, so please verify it.
Comment 1 Julien Cristau 2008-06-23 16:15:53 UTC

*** This bug has been marked as a duplicate of bug 11510 ***


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.