1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Paul Eggleton
2012-03-13 15:34:49 +00:00
committed by Richard Purdie
parent cac1d9fc7b
commit fc33926b7f
+1 -1
View 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