[oe-commits] [openembedded-core] 10/32: libxrender: remove spurious build dependency

git at git.openembedded.org git at git.openembedded.org
Sat Oct 15 09:05:55 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 225c6657938b2bb6ef14a8493a4f9623ce745f4b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 11 16:10:37 2016 +0100

    libxrender: remove spurious build dependency
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb
index 9fde040..44cb2e0 100644
--- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.9.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list