diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 22:00:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 11:17:54 +0100 |
commit | 664fce61c9c49276039b18606e1e88585b47f724 (patch) | |
tree | 9a25719d58e99202ad3d765a11f4d197a9f52588 /meta/recipes-gnome | |
parent | f48a68177510e8f2d4fcc3725a6dfc41a9a8e96b (diff) | |
download | openembedded-core-664fce61c9c49276039b18606e1e88585b47f724.tar.gz openembedded-core-664fce61c9c49276039b18606e1e88585b47f724.tar.bz2 openembedded-core-664fce61c9c49276039b18606e1e88585b47f724.zip |
gdk-pixbuf: Ensure gdk-pixbuf-native dependencies are correct with linuxstdbase
Without this change, anything using linuxstdbase would incorrectly
try and pull in X dependencies.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 82a7eaaff5..8d18b87f5d 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" |