[oe-commits] [openembedded-core] 09/32: libxext: remove spurious dependencies

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


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

commit 93b91ae84a8c4b479da2f6fdf1f45db7da730a20
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 11 16:06:41 2016 +0100

    libxext: remove spurious dependencies
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb
index efa8b65..063e531 100644
--- a/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb
@@ -13,7 +13,7 @@ require xorg-lib-common.inc
 LICENSE = "MIT-style"
 LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8"
 
-DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
+DEPENDS += "xproto virtual/libx11 xextproto"
 PROVIDES = "xext"
 
 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