diff --git a/ChangeLog b/ChangeLog index bc20184ef..7d0e7e0ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-13 Mike Kestner + + * configure.in : make vte check conditional on gnome. + * gtkdotnet/Makefile.am : add some references. + 2005-01-13 Dan Winship * generator/ObjectGen.cs: Make ContainerChild constructors diff --git a/configure.in b/configure.in index 4d84f491b..74bae97ea 100644 --- a/configure.in +++ b/configure.in @@ -193,8 +193,12 @@ fi AC_SUBST(GTKHTML_VERSION) AC_SUBST(GTKHTML_SOVERSION) +if test "x$enable_gnome" = "xyes"; then VTE_REQUIRED_VERSION=0.11.10 PKG_CHECK_MODULES(VTE_DEPENDENCIES, vte >= $VTE_REQUIRED_VERSION, enable_vte=yes, enable_vte=no) +else +enable_vte=no +fi AM_CONDITIONAL(ENABLE_LIBART, test "x$enable_libart" = "xyes") AM_CONDITIONAL(ENABLE_GNOMEVFS, test "x$enable_gnomevfs" = "xyes") diff --git a/gtkdotnet/Makefile.am b/gtkdotnet/Makefile.am index 6fd811f15..d8a25745f 100644 --- a/gtkdotnet/Makefile.am +++ b/gtkdotnet/Makefile.am @@ -12,7 +12,7 @@ noinst_DATA = $(TARGET) CLEANFILES = $(ASSEMBLY) gtk-sharp.snk DISTCLEANFILES = $(ASSEMBLY).config -references = ../gdk/gdk-sharp.dll ../glib/glib-sharp.dll +references = ../glib/glib-sharp.dll ../pango/pango-sharp.dll ../gdk/gdk-sharp.dll build_references = $(addprefix -r:, $(references)) -r:System.Drawing sources = \