Bug 54942 - xf86-video-intel configure.ac automagics on libudev , should be controllable
Summary: xf86-video-intel configure.ac automagics on libudev , should be controllable
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Chris Wilson
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 19:52 UTC by Ian Stakenvicius
Modified: 2012-09-14 20:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch to add a --disable-udev option to ./configure (938 bytes, patch)
2012-09-14 19:52 UTC, Ian Stakenvicius
no flags Details | Splinter Review

Description Ian Stakenvicius 2012-09-14 19:52:38 UTC
Created attachment 67185 [details] [review]
patch to add a --disable-udev option to ./configure

Building an xf86-video-intel binary using a system that has udev installed, but for a target where udev will not be used, is currently difficult and unsupported in configure.ac.

Addition of an AC_ARG_ENABLE to optionally turn off the configure check would make this much simpler.

Please see the provided patch.

Reference:  https://bugs.gentoo.org/show_bug.cgi?id=434794

Affected versions:  all since 2.14.0 , looks like.
Comment 1 Chris Wilson 2012-09-14 20:07:25 UTC
commit 3b9259f7cedc179617bc24b3912d2d8d75c5a824
Author: Ian Stakenvicius <axs@gentoo.org>
Date:   Fri Sep 14 21:04:42 2012 +0100

    configure: Make udev dependency optional
    
    In order to support buildbots where the udev headers may exist on the
    build system but not the target, we need explicit control over optional
    dependencies.
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54942


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.