diff options
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb index 5dc4451c14..19de4708e2 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb | |||
@@ -6,11 +6,13 @@ LICENSE="GPLv2 & LGPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ |
7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" |
8 | 8 | ||
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3" | 11 | DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3" |
12 | # optional: tracker | 12 | # optional: tracker |
13 | 13 | ||
14 | # to include nautilus3/no-try-run-strftime.diff before the rest | ||
15 | FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" | ||
14 | BPN = "nautilus" | 16 | BPN = "nautilus" |
15 | inherit gnome | 17 | inherit gnome |
16 | 18 | ||