From: Richard Purdie Date: Tue, 15 May 2012 18:43:37 +0000 (+0100) Subject: gdk-pixbuf: Fix lsb builds where dependency may be missing X-Git-Tag: 2015-4~10644 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=89c3eb5247d9d15f0beaf397d2aa5332007f229a;p=openembedded-core.git gdk-pixbuf: Fix lsb builds where dependency may be missing We turn on the xlib depdendency for linuxstdbase builds but were missing the dependency on libx11. This adds the missing dependency. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb index e8c559e164..a7efa5b2b8 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ SECTION = "libs" DEPENDS = "libpng glib-2.0 jpeg" +DEPENDS_append_linuxstdbase = " virtual/libx11" SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.xz \ file://configure_nm.patch \