mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
libxx86dga: remove obsolete client libary
No modern drivers nor applications use DGA, so remove the client library. (From OE-Core rev: 2d7e485fcfbc0dc3d76339baf02f50c3c9e22a91) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
73cc433815
commit
3ac93c73e1
@@ -443,7 +443,6 @@ RECIPE_MAINTAINER_pn-libxt = "Armin Kuster <akuster808@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libxtst = "Armin Kuster <akuster808@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libxv = "Armin Kuster <akuster808@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libxvmc = "Armin Kuster <akuster808@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libxxf86dga = "Armin Kuster <akuster808@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libxxf86vm = "Armin Kuster <akuster808@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-libyaml = "Alexander Kanavin <alex.kanavin@gmail.com>"
|
||||
RECIPE_MAINTAINER_pn-lighttpd = "Alexander Kanavin <alex.kanavin@gmail.com>"
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
require xorg-lib-common.inc
|
||||
|
||||
SUMMARY = "XFree86-DGA: XFree86 Direct Graphics Access extension library"
|
||||
|
||||
DESCRIPTION = "libXxf86dga provides the XFree86-DGA extension, which \
|
||||
allows direct graphics access to a framebuffer-like region, and also \
|
||||
allows relative mouse reporting, et al. It is mainly used by games and \
|
||||
emulators for games."
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f"
|
||||
|
||||
DEPENDS += "libxext"
|
||||
|
||||
PE = "1"
|
||||
|
||||
SRC_URI[md5sum] = "0ddeafc13b33086357cfa96fae41ee8e"
|
||||
SRC_URI[sha256sum] = "2b98bc5f506c6140d4eddd3990842d30f5dae733b64f198a504f07461bdb7203"
|
||||
|
||||
XORG_PN = "libXxf86dga"
|
||||
Reference in New Issue
Block a user