]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxrender: remove spurious build dependency
authorRoss Burton <ross.burton@intel.com>
Tue, 11 Oct 2016 15:10:37 +0000 (16:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Oct 2016 08:52:14 +0000 (09:52 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb

index 9fde040613162dd479e056009fea6dedecb678aa..44cb2e0ebb1eac20d89fffdbf1dfac9de97f0ac4 100644 (file)
@@ -11,7 +11,7 @@ require xorg-lib-common.inc
 LICENSE = "MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196"
 
-DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
+DEPENDS += "virtual/libx11 renderproto xproto"
 
 PE = "1"