diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 14:34:04 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:18 +0200 |
commit | 60828b16c3995e59881ba341ab2bd56acbbe2aa4 (patch) | |
tree | f03f6403fe2fed64cbf75153dc27d70613726202 /meta-gnome | |
parent | 895f15e8bc1482a2fe05f1d8e42ce362ae582b4b (diff) | |
download | ast2050-yocto-openembedded-60828b16c3995e59881ba341ab2bd56acbbe2aa4.zip ast2050-yocto-openembedded-60828b16c3995e59881ba341ab2bd56acbbe2aa4.tar.gz |
gmtk: add dependency on gtk+3 and pulseaudio
* fixes following floating dependencies:
gmtk/gmtk/latest lost dependency on cairo-gobject dbus-lib gtk+3
json-c libcap libice libpulse libpulse-mainloop-glib libsm libsndfile1
libx11-xcb libxi libxtst util-linux-libuuid
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb index 4b4721b..d455f14 100644 --- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb +++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb @@ -5,7 +5,7 @@ SECTION = "libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11 intltool-native" +DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11 intltool-native pulseaudio gtk+3" SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz" SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f" |