From fc33926b7ff2207b05d125367de4df8c508cd219 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 13 Mar 2012 15:34:49 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/mx/mx_1.4.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') 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" PR = "r1" -DEPENDS = "clutter-1.8 dbus-glib" +DEPENDS = "clutter-1.8 dbus-glib libxrandr gdk-pixbuf startup-notification" inherit autotools gettext -- cgit v1.2.3-54-g00ecf