[oe-commits] Paul Eggleton : mx: add dependencies

git at git.openembedded.org git at git.openembedded.org
Wed Mar 14 13:21:02 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 42a278ff7dc641b1700e56fbaf5a63947ff1161c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=42a278ff7dc641b1700e56fbaf5a63947ff1161c

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Mar 13 15:34:49 2012 +0000

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 at 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
 





More information about the Openembedded-commits mailing list