diff options
author | Phil Blundell <philb@gnu.org> | 2011-08-12 16:56:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:19 +0100 |
commit | 254b09ede7d2e67ad74bb31c714b450c8a1f2cfb (patch) | |
tree | eb950be992af135a06b082ed67fe23d5bbd5ee10 /meta/recipes-graphics | |
parent | 171efb209d920b148b978b54acad554d3ec589ae (diff) | |
download | poky-254b09ede7d2e67ad74bb31c714b450c8a1f2cfb.tar.gz |
pixman: remove spurious dependency on libx11
Nothing in pixman actually uses libx11, so no need to DEPEND on it.
(From OE-Core rev: e3432253da5af35345a978c7435e31fee6938217)
Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb index e5472c03ff..1a33a18076 100644 --- a/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb +++ b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb | |||
@@ -13,8 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \ | |||
13 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ | 13 | file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \ |
14 | " | 14 | " |
15 | 15 | ||
16 | DEPENDS = "virtual/libx11" | ||
17 | |||
18 | PE = "1" | 16 | PE = "1" |
19 | PR = "r0" | 17 | PR = "r0" |
20 | 18 | ||