diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-21 13:00:10 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-21 13:00:10 +0000 |
commit | 26aaed050c6462eab10a86f609a7f4f9a5808336 (patch) | |
tree | af4d32ee5616fea34b0feb0a8d1e49b452a62fc9 /gnome | |
parent | b3e38b5ae09a8f56a3c3e786f1a3e5e1e17b13dd (diff) |
Fix mistake I made copying hrw's changes for gnome-vfs.
BKrev: 415025daezWjf0K_cCyXAxqCNzraxA
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gnome-vfs_2.6.2.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome/gnome-vfs_2.6.2.oe b/gnome/gnome-vfs_2.6.2.oe index ffe5670472..e5ad887938 100644 --- a/gnome/gnome-vfs_2.6.2.oe +++ b/gnome/gnome-vfs_2.6.2.oe @@ -1,4 +1,4 @@ -PR = "r3" +PR = "r4" inherit gnome @@ -8,7 +8,7 @@ SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" ORBIT_IDL_SRC = "${STAGING_BINDIR}/orbit-idl-2" -FILES_${PN} += " ${libdir}/gnome-vfs-2.0/modules/*.so ${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so ${libdir}/vfs" +FILES_${PN} += " ${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so ${libdir}/vfs" FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include ${libdir}/bonobo/monikers/*.a ${libdir}/bonobo/monikers/*.la" FILES_${PN}-doc += " ${datadir}/gtk-doc" |