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:40:52 +0100 |
commit | ae4552ac1bc286ea69d8d4e533702a9e7bbde656 (patch) | |
tree | 1bc46306fdf97ad8c212ae63544449c91ce6cdd7 /meta | |
parent | 31dec3c6d3862dedeab96b1601bc0f2d7190dd85 (diff) | |
download | poky-ae4552ac1bc286ea69d8d4e533702a9e7bbde656.tar.gz |
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.
(From OE-Core rev: 664fce61c9c49276039b18606e1e88585b47f724)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 = "\ | |||
35 | " | 35 | " |
36 | X11DEPENDS = "--without-x11" | 36 | X11DEPENDS = "--without-x11" |
37 | X11DEPENDS_linuxstdbase = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11', '--without-x11', d)}" | 37 | X11DEPENDS_linuxstdbase = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x11', '--without-x11', d)}" |
38 | X11DEPENDS_virtclass-native = "--without-x11" | ||
38 | 39 | ||
39 | PACKAGES =+ "${PN}-xlib" | 40 | PACKAGES =+ "${PN}-xlib" |
40 | 41 | ||