summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-xext.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 17:27:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 00:24:15 +0200
commit4af44bc598849d8ba4ef93cbab855c80f08ff8d3 (patch)
tree191d1221e9b6dd8c2c340817ebe93ad2508ad723 /rules/xorg-proto-xext.make
parent1bbf4810d229a61d8b1c1e26266125f5dacaa5a0 (diff)
downloadptxdist-4af44bc598849d8ba4ef93cbab855c80f08ff8d3.tar.gz
ptxdist-4af44bc598849d8ba4ef93cbab855c80f08ff8d3.tar.xz
xorg-proto-xext: version bump 7.1.2 -> 7.2.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-proto-xext.make')
-rw-r--r--rules/xorg-proto-xext.make29
1 files changed, 6 insertions, 23 deletions
diff --git a/rules/xorg-proto-xext.make b/rules/xorg-proto-xext.make
index 60af1da60..70787f264 100644
--- a/rules/xorg-proto-xext.make
+++ b/rules/xorg-proto-xext.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_XORG_PROTO_XEXT) += xorg-proto-xext
#
# Paths and names
#
-XORG_PROTO_XEXT_VERSION := 7.1.2
-XORG_PROTO_XEXT_MD5 := 263ae968b223c23b2986603d84e5c30e
+XORG_PROTO_XEXT_VERSION := 7.2.1
+XORG_PROTO_XEXT_MD5 := eaac343af094e6b608cf15cfba0f77c5
XORG_PROTO_XEXT := xextproto-$(XORG_PROTO_XEXT_VERSION)
XORG_PROTO_XEXT_SUFFIX := tar.bz2
XORG_PROTO_XEXT_URL := $(call ptx/mirror, XORG, individual/proto/$(XORG_PROTO_XEXT).$(XORG_PROTO_XEXT_SUFFIX))
@@ -26,34 +26,17 @@ XORG_PROTO_XEXT_SOURCE := $(SRCDIR)/$(XORG_PROTO_XEXT).$(XORG_PROTO_XEXT_SUFFIX)
XORG_PROTO_XEXT_DIR := $(BUILDDIR)/$(XORG_PROTO_XEXT)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(XORG_PROTO_XEXT_SOURCE):
- @$(call targetinfo)
- @$(call get, XORG_PROTO_XEXT)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-XORG_PROTO_XEXT_PATH := PATH=$(CROSS_PATH)
-XORG_PROTO_XEXT_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-XORG_PROTO_XEXT_AUTOCONF := \
+XORG_PROTO_XEXT_CONF_TOOL := autoconf
+XORG_PROTO_XEXT_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --disable-specs
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-proto-xext.targetinstall:
- @$(call targetinfo)
- @$(call touch)
+ --disable-specs \
+ $(XORG_OPTIONS_DOCS)
# vim: syntax=make