* 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.eggle...@linux.intel.com> --- 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 c50bc0f..bee65f6 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 -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core