[Gnome-print] Re: gnomeui stuff in libgnomeprintui
- From: Havoc Pennington <hp redhat com>
- To: gnome-print ximian com
- Cc: gnome-libs-devel gnome org
- Subject: [Gnome-print] Re: gnomeui stuff in libgnomeprintui
- Date: 28 Oct 2001 18:30:05 -0500
Havoc Pennington <hp@redhat.com> writes:
>
> From configure.in libgnomeprintui doesn't appear to depend on
> libgnomeui, but then it does in the code, appended patch fixes it.
> It's just s/GNOME_PAD_SMALL/2/g and
> s/gnome_stock_button/gtk_button_new_stock/g.
Of course, I'm an idiot - this only removes libgnomeui from one
directory. The other dir depends on it in a more serious way.
I think the patch is still right though, because GNOME_PAD and
gnome_stock_button are deprecated. OK to commit that, and also the
appended configure.in fix?
Havoc
Index: configure.in
===================================================================
RCS file: /cvs/gnome/libgnomeprintui/configure.in,v
retrieving revision 1.139
diff -u -p -r1.139 configure.in
--- configure.in 2001/10/07 17:22:32 1.139
+++ configure.in 2001/10/28 23:32:46
@@ -24,7 +24,7 @@ AC_SUBST(CFLAGS)
AC_SUBST(CPPFLAGS)
AC_SUBST(LDFLAGS)
-PKG_CHECK_MODULES(LIBGNOMEPRINTUI, libgnomeprint-2.0 >= 1.105.0
libgnomecanvas-2.0 >= 1.96.0)
+PKG_CHECK_MODULES(LIBGNOMEPRINTUI, libgnomeprint-2.0 >= 1.105.0
libgnomecanvas-2.0 >= 1.96.0 libgnomeui-2.0)
AC_SUBST(LIBGNOMEPRINTUI_CFLAGS)
AC_SUBST(LIBGNOMEPRINTUI_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]