From: Duncan C. <dun...@wo...> - 2007-05-31 13:09:22
|
Thu May 31 03:52:51 PDT 2007 Duncan Coutts <du...@ha...> * The gtk package now always depends on mtl At least with ghc-6.4 and later, not that the .package.conf files are only used for ghc-6.4 and the other form is used for ghc-6.2 and before so we just add it to one file and not the other, rather than needing to add more conditional stuff to configure.ac hunk ./gtk/gtk.package.conf.in 16 -depends: glib-@PACKAGE_VERSION@ @GTK_CAIRO_DEPEND@ +depends: mtl glib-@PACKAGE_VERSION@ @GTK_CAIRO_DEPEND@ |