summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus3_3.0.2.bb4
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"
6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426 \
7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" 7 file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a"
8 8
9PR = "r2" 9PR = "r3"
10 10
11DEPENDS = "libnotify3 gtk+3 libunique gvfs librsvg libexif gnome-desktop3" 11DEPENDS = "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
15FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
14BPN = "nautilus" 16BPN = "nautilus"
15inherit gnome 17inherit gnome
16 18