diff options
author | Ross Burton <ross.burton@intel.com> | 2019-08-02 21:37:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-03 23:56:01 +0100 |
commit | 73cc4338158cf806cc804f538ea87e65e353fa25 (patch) | |
tree | dd92949d1477b56bd81a1742a128f0a39f0f2dbb /meta/recipes-graphics | |
parent | 7cbf0fb1f014d2dfa9151f32e738375a9921c7a7 (diff) | |
download | poky-73cc4338158cf806cc804f538ea87e65e353fa25.tar.gz |
xdpyinfo: don't depend on DGA
DGA (Direct Graphics Access) is an obsolete extension that neither modern X
drivers nor applications support. We'll remove the client library, so remove
the optional dependency on DGA in xdpyinfo.
(From OE-Core rev: b00b1bb1f9394c05268fa10bf0114dc9defc70df)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb index a09e220f9d..2d10b7acca 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb | |||
@@ -9,7 +9,7 @@ clients and the server, and the different types of screens and visuals \ | |||
9 | that are available." | 9 | that are available." |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" |
12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxi libxrender libxinerama libdmx libxau libxcomposite" | 12 | DEPENDS += "libxtst libxext libxxf86vm libxi libxrender libxinerama libdmx libxau libxcomposite" |
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
15 | SRC_URI += "file://disable-xkb.patch" | 15 | SRC_URI += "file://disable-xkb.patch" |