diff options
author | Armin Kuster <akuster@mvista.com> | 2018-04-03 18:49:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:03 +0100 |
commit | 4ba923dbac2845aca5b4312a5f278ad886a7acc7 (patch) | |
tree | 8939dc2f46d4af1f65de0da84c9ef4b42a89b26e /meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb | |
parent | e2b37c86613b94afa9e5b42f6d00373b362be168 (diff) | |
download | poky-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-driver/xf86-video-vesa_2.4.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb index 5c1356de55..9a110148d8 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb | |||
@@ -9,7 +9,7 @@ can drive most VESA-compatible video cards, but only makes use of the \ | |||
9 | basic standard VESA core that is common to these cards. The driver \ | 9 | basic standard VESA core that is common to these cards. The driver \ |
10 | supports depths 8, 15 16 and 24." | 10 | supports depths 8, 15 16 and 24." |
11 | 11 | ||
12 | DEPENDS += "virtual/libx11 randrproto libpciaccess" | 12 | DEPENDS += "virtual/libx11 xorgproto libpciaccess" |
13 | 13 | ||
14 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | 14 | COMPATIBLE_HOST = '(i.86|x86_64).*-linux' |
15 | 15 | ||