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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3ba3cb6af96aebf5167bb1565edf11cceb7897f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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. (From OE-Core rev: 89c3eb5247d9d15f0beaf397d2aa5332007f229a) 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 e8c559e164b..a7efa5b2b89 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 \