summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mx
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-03-13 15:34:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 13:17:40 +0000
commitfc33926b7ff2207b05d125367de4df8c508cd219 (patch)
treeba7953109f18b7c257fdc18e3c77ebb6de212530 /meta/recipes-graphics/mx
parentcac1d9fc7b50e357db2163ebf48174fda479f99f (diff)
downloadpoky-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/mx')
-rw-r--r--meta/recipes-graphics/mx/mx_1.4.2.bb2
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
4PR = "r1" 4PR = "r1"
5 5
6DEPENDS = "clutter-1.8 dbus-glib" 6DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification"
7 7
8inherit autotools gettext 8inherit autotools gettext
9 9