Bug 23863

Summary: xcb still checks for xsltproc
Product: XCB Reporter: Pierre Ossman <pierre-bugzilla>
Component: MiscAssignee: xcb mailing list dummy <xcb>
Status: RESOLVED FIXED QA Contact: xcb mailing list dummy <xcb>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.