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 | |
parent | 895f15e8bc1482a2fe05f1d8e42ce362ae582b4b (diff) | |
download | meta-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>
-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 4b4721baf..d455f1447 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" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
7 | 7 | ||
8 | DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11 intltool-native" | 8 | DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11 intltool-native pulseaudio gtk+3" |
9 | 9 | ||
10 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz" | 10 | SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz" |
11 | SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f" | 11 | SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f" |