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-app | |
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-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/rgb_1.0.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xev_1.2.2.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb index 88c88f135e..2a6bec1649 100644 --- a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb +++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb | |||
@@ -8,7 +8,7 @@ font name (XLFD) is generated, and is written together with the file \ | |||
8 | name to a file fonts.scale in the directory. The resulting fonts.scale \ | 8 | name to a file fonts.scale in the directory. The resulting fonts.scale \ |
9 | is used by the mkfontdir program." | 9 | is used by the mkfontdir program." |
10 | 10 | ||
11 | DEPENDS = "util-macros-native zlib libfontenc freetype xproto" | 11 | DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native" | 13 | BBCLASSEXTEND = "native" |
14 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb b/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb index 87268046e6..c3e853631b 100644 --- a/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb +++ b/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb | |||
@@ -6,7 +6,7 @@ to RGB values (rgb.txt) and, if configured to use a database for color \ | |||
6 | lookup, the rgb program to convert the text file into the binary database \ | 6 | lookup, the rgb program to convert the text file into the binary database \ |
7 | format." | 7 | format." |
8 | 8 | ||
9 | DEPENDS += " xproto util-macros" | 9 | DEPENDS += " xorgproto util-macros" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a" |
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
diff --git a/meta/recipes-graphics/xorg-app/xev_1.2.2.bb b/meta/recipes-graphics/xorg-app/xev_1.2.2.bb index f151b579e3..0705b7f7f1 100644 --- a/meta/recipes-graphics/xorg-app/xev_1.2.2.bb +++ b/meta/recipes-graphics/xorg-app/xev_1.2.2.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "MIT" | |||
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | DEPENDS += "libxrandr xproto" | 13 | DEPENDS += "libxrandr xorgproto" |
14 | 14 | ||
15 | SRC_URI += "file://diet-x11.patch" | 15 | SRC_URI += "file://diet-x11.patch" |
16 | 16 | ||