Update of /cvsroot/gtk2hs/gtk2hs/gtk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2482/gtk
Modified Files:
gtk.pkg.in
Log Message:
use the new GHCPKG_USE_AUTOLIBS substitution so the .pkg files will be
understood by older versions of ghc-pkg.
Index: gtk.pkg.in
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/gtk.pkg.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gtk.pkg.in 12 Jan 2005 00:00:50 -0000 1.3
+++ gtk.pkg.in 16 Jan 2005 21:44:16 -0000 1.4
@@ -1,6 +1,6 @@
Package {
name = "gtk",
- auto = True,
+ @GHCPKG_USE_AUTOLIBS@
import_dirs = ["@hidir@/gtk"],
source_dirs = [],
library_dirs = [@GTK_LIBDIR_CQ@],
|