diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-11-03 10:52:19 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-11-03 12:52:48 -0200 |
commit | edbb2e054166f3414e8a604a2b4f2ef8d775c02a (patch) | |
tree | 7a2b1b99bf959e53dba57cef3522c5d96f87db2d /packages | |
parent | f23ab98cc706d521722a6ff70afd639588b5d91e (diff) |
thunar: depends on gamin to use inotify
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xfce/thunar_0.9.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/xfce/thunar_0.9.0.bb b/packages/xfce/thunar_0.9.0.bb index de85f23a9c..44afb06774 100644 --- a/packages/xfce/thunar_0.9.0.bb +++ b/packages/xfce/thunar_0.9.0.bb @@ -1,11 +1,11 @@ DESCRIPTION = "File manager for the Xfce Desktop Environment" -DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm" +DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm gamin" RRECOMMENDS = "shared-mime-info" inherit xfce pkgconfig SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.2/src/Thunar-${PV}.tar.bz2" -PR = 'r2' +PR = 'r3' S = "${WORKDIR}/Thunar-${PV}/" |