aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-05-06 21:39:33 -0400
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:19:53 -0700
commit7f12897639b1416991ea2764be6894c864636bfb (patch)
tree63d4eaa34fc3946cf563ced1adf571b53ca39db3 /meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb
parent54c9f1d28f3120956c095b0b10ce62a5b4a95b26 (diff)
downloadmeta-openembedded-contrib-7f12897639b1416991ea2764be6894c864636bfb.tar.gz
xproto -> xorgproto fixup
In openembedded-core, commit 460a2b27af8d023b27703b491331c8cbe7aad0ff deprectated xproto and xextproto for xorgproto due to changes in the upstream Xorg project. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb b/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb
index 7d26d141f3..3e5c31a05d 100644
--- a/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb
@@ -3,7 +3,7 @@ require recipes-graphics/xorg-lib/xorg-lib-common.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=b0d5bdc98f7ebab3b6c3791d9bf40907"
SUMMARY = "XFIXES Extension"
-DEPENDS += " xextproto xproto zlib"
+DEPENDS += " xorgproto zlib"
PE = "1"
PR = "r11"