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:12:42 +0000 |
commit | 42a278ff7dc641b1700e56fbaf5a63947ff1161c (patch) | |
tree | a5efd61b20e69225250e5adf8b89c75e8b3247f0 /meta/recipes-graphics/mx | |
parent | a05070eb3b867f35dd8ce7e41246057589d2a26d (diff) | |
download | openembedded-core-contrib-42a278ff7dc641b1700e56fbaf5a63947ff1161c.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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/mx')
-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 c50bc0f986a..bee65f6e4e9 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" PR = "r1" -DEPENDS = "clutter-1.8 dbus-glib" +DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification" inherit autotools gettext |