From 11e13cd58665f2597bdc5550c32abdab559919bf Mon Sep 17 00:00:00 2001 From: mharris Date: Jun 16 2006 19:24:16 +0000 Subject: Force "--disable-dri" on s390/s390x, to attempt to work around ./configure failure to find libdrm, which should not be needed on s390 builds anyway. --- diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index a17c95d..5f02963 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -324,6 +324,8 @@ aclocal ; automake ; autoconf --enable-dri \ --with-mesa-source=%{_datadir}/mesa/source \ --with-dri-driver-path=%{drimoduledir} \ +%else + --disable-dri \ %endif make %{?_smp_mflags} @@ -592,6 +594,8 @@ rm -rf $RPM_BUILD_ROOT - Add with_dmx_server to disable DMX on s390/s390x. - Added "release" number to "BuildRequires: freetype-devel >= 2.1.9-1" for dependency futureproofing. +- Force "--disable-dri" on s390/s390x, to attempt to work around ./configure + failure to find libdrm, which should not be needed on s390 builds anyway. * Thu Jun 15 2006 Adam Jackson 1.1.0-15 - Add loader infrastructure for publishing PCI ID lists in the drivers, and