From: Ross Burton Date: Tue, 11 Oct 2016 15:06:41 +0000 (+0100) Subject: libxext: remove spurious dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23875 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b91ae84a8c4b479da2f6fdf1f45db7da730a20;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxext: remove spurious dependencies Signed-off-by: Ross Burton --- 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 efa8b65ace7..063e531c029 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"