Hi,
This patch removes from build.sh the 3 extensions removed in 7.5 (xevie,
fontcache and xf86misc). Both headers and libs.
Release Notes for X11R7.5
Removed in this Release
Support has been removed from the X servers for the following extensions, which
were obsolete, not widely used, or not working:
AppGroup
EVI
FontCache
MIT-SUNDRY-NONSTANDARD
TOG-CUP
XTrap
XFree86-Misc
XEvIE
>From 13f22392ae9c410b5d6047fd9f18e0dbfa1921ee Mon Sep 17 00:00:00 2001
From: Gaetan Nadon <[email protected]>
Date: Tue, 8 Dec 2009 13:11:26 -0500
Subject: [PATCH] Remove 3 obsolete extensions no longer shipped in 7.5
evie, fontcache and xf86misc headers and libs
Signed-off-by: Gaetan Nadon <[email protected]>
---
build.sh | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/build.sh b/build.sh
index 8360f39..a5f8025 100755
--- a/build.sh
+++ b/build.sh
@@ -49,7 +49,6 @@ checkfortars() {
;;
"proto")
case $C in
- "evieproto") C="evieext" ;;
"x11proto") C="xproto" ;;
esac
;;
@@ -248,9 +247,7 @@ build_proto() {
build proto damageproto
build proto dmxproto
build proto dri2proto
- build proto evieproto
build proto fixesproto
- build proto fontcacheproto
build proto fontsproto
build proto glproto
build proto inputproto
@@ -267,7 +264,6 @@ build_proto() {
build proto xf86bigfontproto
build proto xf86dgaproto
build proto xf86driproto
- build proto xf86miscproto
build proto xf86vidmodeproto
build proto xineramaproto
if test x"$USE_XCB" != xNO ; then
@@ -338,9 +334,7 @@ build_lib() {
build lib libXrender
build lib libXdamage
build lib libXcursor
- build lib libXevie
build lib libXfont
- build lib libXfontcache
build lib libXft
build lib libXi
build lib libXinerama
@@ -353,7 +347,6 @@ build_lib() {
build lib libXv
build lib libXvMC
build lib libXxf86dga
- build lib libXxf86misc
build lib libXxf86vm
build lib libpciaccess
build pixman ""
--
1.6.0.4
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel