[oe-commits] Otavio Salvador : thunar: depends on gamin to use inotify

GIT User account git at amethyst.openembedded.net
Mon Nov 3 15:01:04 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: edbb2e054166f3414e8a604a2b4f2ef8d775c02a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=edbb2e054166f3414e8a604a2b4f2ef8d775c02a

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Nov  3 10:52:19 2008 -0200

thunar: depends on gamin to use inotify

---

 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 de85f23..44afb06 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}/"
 





More information about the Openembedded-commits mailing list