[oe-commits] Alexandru DAMIAN : weston: add pango dependency

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:01:07 UTC 2013


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

Author: Alexandru DAMIAN <alexandru.damian at intel.com>
Date:   Wed Jul 24 13:23:30 2013 +0100

weston: add pango dependency

Weston 1.1.0 has a build time dependency on pango,
so we add it.

Signed-off-by: Alexandru DAMIAN <alexandru.damian at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-graphics/wayland/weston_1.1.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/wayland/weston_1.1.0.bb b/meta/recipes-graphics/wayland/weston_1.1.0.bb
index 7327b98..c7c64ad 100644
--- a/meta/recipes-graphics/wayland/weston_1.1.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.1.0.bb
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "e7715d2c731f77a729c994a599ffdaebac1307b2dd9336136706869fa5
 inherit autotools pkgconfig useradd
 
 DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg"
-DEPENDS += "wayland mesa virtual/egl"
+DEPENDS += "wayland mesa virtual/egl pango"
 
 EXTRA_OECONF = "--disable-android-compositor \
                 --enable-setuid-install \



More information about the Openembedded-commits mailing list