diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-03-13 15:34:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:17:40 +0000 |
commit | fc33926b7ff2207b05d125367de4df8c508cd219 (patch) | |
tree | ba7953109f18b7c257fdc18e3c77ebb6de212530 /meta/recipes-graphics | |
parent | cac1d9fc7b50e357db2163ebf48174fda479f99f (diff) | |
download | poky-fc33926b7ff2207b05d125367de4df8c508cd219.tar.gz |
mx: add dependencies
* Add dependency on startup-notification, which is optional but without
it mx applications will not send startup notifications.
* Add dependencies on gdk-pixbuf and libxrandr which are usually taken
care of, but are required and thus should be stated explicitly.
(From OE-Core rev: 42a278ff7dc641b1700e56fbaf5a63947ff1161c)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mx/mx_1.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mx/mx_1.4.2.bb b/meta/recipes-graphics/mx/mx_1.4.2.bb index c50bc0f986..bee65f6e4e 100644 --- a/meta/recipes-graphics/mx/mx_1.4.2.bb +++ b/meta/recipes-graphics/mx/mx_1.4.2.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | 3 | ||
4 | PR = "r1" | 4 | PR = "r1" |
5 | 5 | ||
6 | DEPENDS = "clutter-1.8 dbus-glib" | 6 | DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification" |
7 | 7 | ||
8 | inherit autotools gettext | 8 | inherit autotools gettext |
9 | 9 | ||