mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 20:42:24 +00:00
Python gst package needs pygtk at runtime
Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
b9369741db
commit
ce5e891d51
@ -2,7 +2,8 @@ DESCRIPTION = "Python Gstreamer bindings"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "gstreamer gst-plugins-base python-pygobject"
|
||||
PR = "ml1"
|
||||
RDEPENDS += "python-pygtk"
|
||||
PR = "ml2"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.bz2 \
|
||||
file://python-path.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user