From 557ac3365e9496842edef7fdc4db9bc16fc0e594 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 23 Oct 2004 11:58:18 +0000 Subject: [PATCH] [project @ 2004-10-23 11:58:18 by panne] Added build dependency on mesaglut-devel (provided by freeglut-devel, too). --- ghc/ghc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/ghc.spec.in b/ghc/ghc.spec.in index dc87a9e..3501ace 100644 --- a/ghc/ghc.spec.in +++ b/ghc/ghc.spec.in @@ -22,7 +22,7 @@ Packager: Sven Panne BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} Requires: gmp, readline -BuildRequires: alex >= 2.0, happy >= 1.14, ghc >= 5, haddock, docbook-dtd, docbook-xsl-stylesheets, libxslt, libxml2, fop, xmltex, dvips, gmp, readline-devel +BuildRequires: alex >= 2.0, happy >= 1.14, ghc >= 5, haddock, docbook-dtd, docbook-xsl-stylesheets, libxslt, libxml2, fop, xmltex, dvips, gmp, readline-devel, mesaglut-devel Provides: haskell Summary: The Glasgow Haskell Compiler -- 1.7.10.4