summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-fixes.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-06-19 15:30:00 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-06-19 15:30:00 +0000
commit5450510229001c331e13e7cf783b89208c765874 (patch)
tree28b4c6b1c9f2f88fe6437c9ed8169766cab4dc11 /rules/xorg-proto-fixes.make
parent75f43a7cb50cb0eff7ea0c27ef72896fbe2528c4 (diff)
downloadptxdist-5450510229001c331e13e7cf783b89208c765874.tar.gz
ptxdist-5450510229001c331e13e7cf783b89208c765874.tar.xz
merging to xorg7.1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5822 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xorg-proto-fixes.make')
-rw-r--r--rules/xorg-proto-fixes.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/xorg-proto-fixes.make b/rules/xorg-proto-fixes.make
index e887f717e..5e7ea3b68 100644
--- a/rules/xorg-proto-fixes.make
+++ b/rules/xorg-proto-fixes.make
@@ -17,10 +17,10 @@ PACKAGES-$(PTXCONF_XORG_PROTO_FIXES) += xorg-proto-fixes
#
# Paths and names
#
-XORG_PROTO_FIXES_VERSION := 3.0.2
-XORG_PROTO_FIXES := fixesproto-X11R7.0-$(XORG_PROTO_FIXES_VERSION)
+XORG_PROTO_FIXES_VERSION := 4.0
+XORG_PROTO_FIXES := fixesproto-X11R7.1-$(XORG_PROTO_FIXES_VERSION)
XORG_PROTO_FIXES_SUFFIX := tar.bz2
-XORG_PROTO_FIXES_URL := ftp://ftp.gwdg.de/pub/x11/x.org/pub/X11R7.0/src/proto/$(XORG_PROTO_FIXES).$(XORG_PROTO_FIXES_SUFFIX)
+XORG_PROTO_FIXES_URL := $(PTXCONF_SETUP_XORGMIRROR)/X11R7.1/src/proto/$(XORG_PROTO_FIXES).$(XORG_PROTO_FIXES_SUFFIX)
XORG_PROTO_FIXES_SOURCE := $(SRCDIR)/$(XORG_PROTO_FIXES).$(XORG_PROTO_FIXES_SUFFIX)
XORG_PROTO_FIXES_DIR := $(BUILDDIR)/$(XORG_PROTO_FIXES)