From patchwork Tue Oct 2 00:09:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gdk-pixbuf: Ensure gdk-pixbuf-native dependencies are correct with linuxstdbase Date: Tue, 02 Oct 2012 00:09:18 -0000 From: Richard Purdie X-Patchwork-Id: 37579 Message-Id: <1349136558.15753.124.camel@ted> To: openembedded-core Without this change, anything using linuxstdbase would incorrectly try and pull in X dependencies. 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 82a7eaa..8d18b87 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 @@ -35,6 +35,7 @@ EXTRA_OECONF = "\ " X11DEPENDS = "--without-x11" X11DEPENDS_linuxstdbase = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11', '--without-x11', d)}" +X11DEPENDS_virtclass-native = "--without-x11" PACKAGES =+ "${PN}-xlib"