diff options
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb index 4cd3c690e4..802fb978fa 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | |||
@@ -6,6 +6,8 @@ LICENSE="GPLv2 && LGPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ |
7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" |
8 | 8 | ||
9 | PR = "r3" | ||
10 | |||
9 | DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" | 11 | DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" |
10 | # optional: tracker | 12 | # optional: tracker |
11 | 13 | ||
@@ -29,11 +31,10 @@ do_configure() { | |||
29 | find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \; | 31 | find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \; |
30 | } | 32 | } |
31 | 33 | ||
32 | PACKAGES += " libnautilus" | ||
33 | |||
34 | RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash" | 34 | RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash" |
35 | FILES_${PN} += "${datadir}/icons /usr/libexec/ " | 35 | FILES_${PN} += "${datadir}/icons /usr/libexec/ " |
36 | FILES_libnautilus = "/usr/lib/*.so*" | ||
37 | FILES_${PN}-dbg += "/usr/libexec/.debug" | 36 | FILES_${PN}-dbg += "/usr/libexec/.debug" |
38 | 37 | ||
38 | # Don't make nautils3 drag us in | ||
39 | PRIVATE_LIBS = "libnautilus-extension.so.1" | ||
39 | 40 | ||