remove libgnomecanvas dep

2002-12-13  Alex Duggan  <aldug@gnome.org>

	* configure.in:
	* nautilus.spec.in:
	remove libgnomecanvas dep
This commit is contained in:
Alex Duggan 2002-12-13 17:08:12 +00:00 committed by Alex Duggan
parent bfc0fc80ac
commit ea49afce96
3 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2002-12-13 Alex Duggan <aldug@gnome.org>
* configure.in:
* nautilus.spec.in:
remove libgnomecanvas dep
2002-12-13 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file-operations-progress.c:

View file

@ -9,7 +9,6 @@ BONOBO_UI_REQUIRED=2.0.0
EEL_REQUIRED=2.1.4
ESOUND_REQUIRED=0.2.27
GLIB_REQUIRED=2
GNOME_CANVAS_REQUIRED=2.0
GNOME_DESKTOP_REQUIRED=2.1.0
GNOME_REQUIRED=2.0.1
GNOME_UI_REQUIRED=2.1.1
@ -60,7 +59,6 @@ PKG_CHECK_MODULES(ALL, \
libbonobo-2.0 >= $BONOBO_REQUIRED \
libbonoboui-2.0 >= $BONOBO_UI_REQUIRED \
libgnome-2.0 >= $GNOME_REQUIRED \
libgnomecanvas-2.0 >= $GNOME_CANVAS_REQUIRED \
libgnomeui-2.0 >= $GNOME_UI_REQUIRED \
librsvg-2.0 >= $RSVG_REQUIRED \
libxml-2.0 >= $XML_REQUIRED)

View file

@ -21,7 +21,6 @@ Requires: libbonobo >= @BONOBO_REQUIRED@
Requires: libbonoboui >= @BONOBO_UI_REQUIRED@
Requires: libgnome >= @GNOME_REQUIRED@
Requires: gnome-desktop >= @GNOME_DESKTOP_REQUIRED@
Requires: libgnomecanvas >= @GNOME_CANVAS_REQUIRED@
Requires: libgnomeui >= @GNOME_UI_REQUIRED@
Requires: librsvg2 >= @RSVG_REQUIRED@
Requires: libxml2 >= @XML_REQUIRED@
@ -36,7 +35,6 @@ BuildRequires: libbonobo-devel >= @BONOBO_REQUIRED@
BuildRequires: libbonoboui-devel >= @BONOBO_UI_REQUIRED@
BuildRequires: libgnome-devel >= @GNOME_REQUIRED@
BuildRequires: gnome-desktop-devel >= @GNOME_DESKTOP_REQUIRED@
BuildRequires: libgnomecanvas-devel >= @GNOME_CANVAS_REQUIRED@
BuildRequires: libgnomeui-devel >= @GNOME_UI_REQUIRED@
BuildRequires: librsvg2-devel >= @RSVG_REQUIRED@
BuildRequires: libxml2-devel >= @XML_REQUIRED@
@ -76,8 +74,6 @@ Requires: libgnome >= @GNOME_REQUIRED@
Requires: libgnome-devel >= @GNOME_REQUIRED@
Requires: gnome-desktop >= @GNOME_DESKTOP_REQUIRED@
Requires: gnome-desktop-devel >= @GNOME_DESKTOP_REQUIRED@
Requires: libgnomecanvas >= @GNOME_CANVAS_REQUIRED@
Requires: libgnomecanvas-devel >= @GNOME_CANVAS_REQUIRED@
Requires: libgnomeui >= @GNOME_UI_REQUIRED@
Requires: libgnomeui-devel >= @GNOME_UI_REQUIRED@
Requires: librsvg2 >= @RSVG_REQUIRED@