summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2018-04-03 18:49:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:03 +0100
commit4ba923dbac2845aca5b4312a5f278ad886a7acc7 (patch)
tree8939dc2f46d4af1f65de0da84c9ef4b42a89b26e /meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
parente2b37c86613b94afa9e5b42f6d00373b362be168 (diff)
downloadpoky-4ba923dbac2845aca5b4312a5f278ad886a7acc7.tar.gz
xorg: Replace depreciated *proto depends with xorgproto
This completes the transition to xorgproto. (From OE-Core rev: 9d236bd40ef8598c78c1ea807d658467700505e2) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
index 74f0527b78..08381d9c4d 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb
@@ -11,7 +11,7 @@ LICENSE = "MIT & MIT-style"
11LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
12 file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f" 12 file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f"
13 13
14DEPENDS += "libxext inputproto libxfixes" 14DEPENDS += "libxext xorgproto libxfixes"
15 15
16PE = "1" 16PE = "1"
17 17