diff options
author | Ross Burton <ross.burton@intel.com> | 2016-10-11 16:06:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 09:51:28 +0100 |
commit | 93b91ae84a8c4b479da2f6fdf1f45db7da730a20 (patch) | |
tree | 4cb53a6366740f4816f93d79c7090880f01324cb | |
parent | 8af49df09496c00a4afbe01beb86938eac3489dd (diff) | |
download | openembedded-core-93b91ae84a8c4b479da2f6fdf1f45db7da730a20.tar.gz openembedded-core-93b91ae84a8c4b479da2f6fdf1f45db7da730a20.tar.bz2 openembedded-core-93b91ae84a8c4b479da2f6fdf1f45db7da730a20.zip |
libxext: remove spurious dependencies
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxext_1.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 efa8b65ace..063e531c02 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" |