Bug 23863 - xcb still checks for xsltproc
Summary: xcb still checks for xsltproc
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Misc (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: xcb mailing list dummy
QA Contact: xcb mailing list dummy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 08:17 UTC by Pierre Ossman
Modified: 2013-08-20 14:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Pierre Ossman 2009-09-11 08:17:08 UTC
xsltproc is no longer required to build libxcb, but configure.ac still contains a check for it. Very annoying when you're building inside a barebone environment.
Comment 2 Uli Schlachter 2013-08-20 14:43:03 UTC
commit dd01db570c34dd3e2e0f5d07b8d40c837fa51057
Author: Daniel Martin <consume.noise@gmail.com>
Date:   Mon Dec 31 11:57:49 2012 +0100

    Make xsltproc optional
    
    Fix Bug 23863 - xcb still checks for xsltproc:
        https://bugs.freedesktop.org/show_bug.cgi?id=23863
    
    xsltproc is used to generate the optional html page for `check` results,
    only. So, it's not a hard build dependency.
    
    Additionally, use yes/no instead of true/false in the HTML_CHECK_RESULT
    variable for consistent output after a configure run.
    
    Signed-off-by: Daniel Martin <consume.noise@gmail.com>
    Reviewed-by: Josh Triplett <josh@joshtriplett.org>


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.