From 6ea5073438cf2336feac9e9a8d02d55bc1cf1a5d Mon Sep 17 00:00:00 2001 From: mharris Date: Tue, 20 Jun 2006 00:07:34 +0000 Subject: [PATCH] A broken configure check is requiring libXt, so put the dep outside the with_dmx_server section for now --- xorg-x11-server.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 5eec1cc..d3bcdcf 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -105,6 +105,10 @@ BuildRequires: libfontenc-devel BuildRequires: libXtst-devel # libXdmcp-devel needed for Xdmx, and Xnest BuildRequires: libXdmcp-devel +# FIXME: Should be wrapped in with_dmx_server - for Xdmxconfig, probably +# should only be needed for DMX builds, but the build explodes with a +# bogus configure check failure if this is missing. +BuildRequires: libXt-devel %if %{with_dmx_server} @@ -120,8 +124,8 @@ BuildRequires: libX11-devel BuildRequires: libXrender-devel # libXi-devel needed for Xdmx BuildRequires: libXi-devel -# For Xdmxconfig -BuildRequires: libXt-devel libXpm-devel libXaw-devel +BuildRequires: libXpm-devel +BuildRequires: libXaw-devel %endif BuildRequires: freetype-devel >= 2.1.9-1