aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
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-app
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-app')
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xterm_330.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb
index 16f9b78824..c2feb81070 100644
--- a/meta-oe/recipes-graphics/xorg-app/xterm_330.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xterm_330.bb
@@ -1,6 +1,6 @@
require recipes-graphics/xorg-app/xorg-app-common.inc
SUMMARY = "xterm is the standard terminal emulator for the X Window System"
-DEPENDS = "libxaw xproto xextproto libxext libxau libxinerama libxpm ncurses"
+DEPENDS = "libxaw xorgproto libxext libxau libxinerama libxpm ncurses"
LIC_FILES_CHKSUM = "file://xterm.h;beginline=3;endline=31;md5=f02ab9ebda87b770ecf711dbb3784a33"