[PATCH 3/3] configure.ac: Require libpciaccess for int10

Jeremy Huddleston Sequoia jeremyhu at apple.com
Fri Nov 29 11:34:47 PST 2013


For Jon's fixup:

Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
Tested-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>

On Nov 29, 2013, at 4:26, Jon TURNEY <jon.turney at dronecode.org.uk> wrote:

> On 16/11/2013 01:00, Connor Behan wrote:
>> A --disable-pciaccess build will fail with an int10 module other than
>> stub.
>> 
>> Signed-off-by: Connor Behan <connor.behan-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
>> ---
>> configure.ac | 3 +++
>> 1 file changed, 3 insertions(+)
>> 
>> diff --git a/configure.ac b/configure.ac
>> index 5e621e0..a843770 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -1822,6 +1822,9 @@ if test "x$XORG" = xyes; then
>> 		if test "x$CONFIG_UDEV_KMS" = xyes; then
>> 			AC_MSG_ERROR([Platform device enumeration requires libpciaccess])
>> 		fi
>> +		if test "x$INT10" != xstub; then
>> +			AC_MSG_ERROR([Cannot build int10 without libpciaccess])
>> +		fi
>> 	fi
>> 	AC_MSG_RESULT([$PCI])
>> 
> 
> This causes my build to fail where --disable-int10-module --disable-pciaccess
> is the default (as INT10 still has the default value 'x86emu')
> 
> Patch attached.
> 
> [1] http://tinderbox.x.org/builds/2013-11-28-0011/logs/xserver/#configure
> 
> 
> <0001-Don-t-fail-with-an-error-about-requiring-libpciacces.patch>_______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4136 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20131129/38a511e6/attachment-0001.bin>


More information about the xorg-devel mailing list