diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-18 15:41:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-18 15:41:20 +0000 |
commit | c4b15587d77bc1688ccc43360d932e71514e3186 (patch) | |
tree | af0aef4507d4fbd389df9aff77671d33889d2535 /packages/flumotion | |
parent | c7c52566c852b6d0dd74029262668d942dae0ea2 (diff) |
flumotion: more depends, enough to get the config gui on the screen
Diffstat (limited to 'packages/flumotion')
-rw-r--r-- | packages/flumotion/flumotion_0.4.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/flumotion/flumotion_0.4.1.bb b/packages/flumotion/flumotion_0.4.1.bb index d32fe6ced2..79f2cf332e 100644 --- a/packages/flumotion/flumotion_0.4.1.bb +++ b/packages/flumotion/flumotion_0.4.1.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Fluendo Streaming Server" LICENSE = "GPL" DEPENDS = "gstreamer python-gst twisted python-pygtk2" -RDEPENDS = " python-compression python-fcntl python-pygobject python-pickle python-netclient python-datetime python-crypt python-twisted-core python-twisted-web python-lang python-zopeinterface python-textutils python-core python-gst python-misc" -RDEPENDS_${PN}-gui = "${PN} python-pygtk2" -PR = "r6" +RDEPENDS = " python-xml python-curses python-compression python-fcntl python-pygobject python-pickle python-netclient python-datetime python-crypt python-twisted-core python-twisted-web python-lang python-zopeinterface python-textutils python-core python-gst python-misc" +RDEPENDS_${PN}-gui = "${PN} python-pygtk2 python-pycairo libgnome" +PR = "r7" SRC_URI = "http://www.flumotion.net/src/flumotion/flumotion-${PV}.tar.bz2 \ file://python-path.patch;patch=1 \ |