diff options
author | Chris Lord <chris@openedhand.com> | 2005-09-30 11:45:28 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-09-30 11:45:28 +0000 |
commit | f33f340a9402f4ee9462bbd73c30085a4ac21b39 (patch) | |
tree | bdde90ac30147c9d27a1e985cca52357f2dcde39 /openembedded | |
parent | 20c9cf272b48cd029591d0dea2d0b50abc27960e (diff) | |
download | poky-f33f340a9402f4ee9462bbd73c30085a4ac21b39.tar.gz |
Add no_gnomevfs2.patch
git-svn-id: https://svn.o-hand.com/repos/poky@83 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-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} | ||