diff options
-rw-r--r-- | openembedded/packages/eds/eds-dbus/no_gnomevfs2.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/openembedded/packages/eds/eds-dbus/no_gnomevfs2.patch b/openembedded/packages/eds/eds-dbus/no_gnomevfs2.patch new file mode 100644 index 0000000000..c4c6933f28 --- /dev/null +++ b/openembedded/packages/eds/eds-dbus/no_gnomevfs2.patch | |||
@@ -0,0 +1,20 @@ | |||
1 | --- trunk/addressbook/libebook-dbus/libebook.pc.in.old 2005-09-29 19:27:28.000000000 +0100 | ||
2 | +++ trunk/addressbook/libebook-dbus/libebook.pc.in 2005-09-29 19:28:06.000000000 +0100 | ||
3 | @@ -11,6 +11,6 @@ | ||
4 | Name: libebook | ||
5 | Description: Client library for evolution address books | ||
6 | Version: @VERSION@ | ||
7 | -Requires: gnome-vfs-2.0 libedataserver-1.2 dbus-glib-1 | ||
8 | +Requires: libedataserver-1.2 dbus-glib-1 | ||
9 | Libs: -L${libdir} -lebook-1.2 | ||
10 | Cflags: -I${privincludedir} | ||
11 | --- trunk/calendar/libecal-dbus/libecal.pc.in.old 2005-09-29 19:27:53.000000000 +0100 | ||
12 | +++ trunk/calendar/libecal-dbus/libecal.pc.in 2005-09-29 19:28:25.000000000 +0100 | ||
13 | @@ -11,6 +11,6 @@ | ||
14 | Name: libecal | ||
15 | Description: Client library for evolution calendars | ||
16 | Version: @VERSION@ | ||
17 | -Requires: gnome-vfs-2.0 libedataserver-1.2 dbus-glib-1 | ||
18 | +Requires: libedataserver-1.2 dbus-glib-1 | ||
19 | Libs: -L${libdir} -lecal-1.2 | ||
20 | Cflags: -I${privincludedir} | ||