]> code.ossystems Code Review - openembedded-core.git/commitdiff
mx: add dependencies
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 13 Mar 2012 15:34:49 +0000 (15:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Mar 2012 13:12:42 +0000 (13:12 +0000)
* 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>
meta/recipes-graphics/mx/mx_1.4.2.bb

index c50bc0f986a6b8a344418c1e849e9159f601085a..bee65f6e4e9c7c07d5be6cba5ec3978c1abcf4e5 100644 (file)
@@ -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