summaryrefslogtreecommitdiffstats
path: root/rules/xorg-proto-xf86dri.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 17:18:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 00:24:15 +0200
commit1bbf4810d229a61d8b1c1e26266125f5dacaa5a0 (patch)
tree8f8f01c802407247072fc00ff47d7e6ca38af17f /rules/xorg-proto-xf86dri.make
parent3b6dd2163d1a55805c01f4a430dd4170124f8990 (diff)
downloadptxdist-1bbf4810d229a61d8b1c1e26266125f5dacaa5a0.tar.gz
ptxdist-1bbf4810d229a61d8b1c1e26266125f5dacaa5a0.tar.xz
xorg-proto-xf86dri: version bump 2.1.0 -> 2.1.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xorg-proto-xf86dri.make')
-rw-r--r--rules/xorg-proto-xf86dri.make26
1 files changed, 3 insertions, 23 deletions
diff --git a/rules/xorg-proto-xf86dri.make b/rules/xorg-proto-xf86dri.make
index 792b9d4ea..f75df4e33 100644
--- a/rules/xorg-proto-xf86dri.make
+++ b/rules/xorg-proto-xf86dri.make
@@ -18,42 +18,22 @@ PACKAGES-$(PTXCONF_XORG_PROTO_XF86DRI) += xorg-proto-xf86dri
#
# Paths and names
#
-XORG_PROTO_XF86DRI_VERSION := 2.1.0
-XORG_PROTO_XF86DRI_MD5 := 309d552732666c3333d7dc63e80d042f
+XORG_PROTO_XF86DRI_VERSION := 2.1.1
+XORG_PROTO_XF86DRI_MD5 := 1d716d0dac3b664e5ee20c69d34bc10e
XORG_PROTO_XF86DRI := xf86driproto-$(XORG_PROTO_XF86DRI_VERSION)
XORG_PROTO_XF86DRI_SUFFIX := tar.bz2
XORG_PROTO_XF86DRI_URL := $(call ptx/mirror, XORG, individual/proto/$(XORG_PROTO_XF86DRI).$(XORG_PROTO_XF86DRI_SUFFIX))
XORG_PROTO_XF86DRI_SOURCE := $(SRCDIR)/$(XORG_PROTO_XF86DRI).$(XORG_PROTO_XF86DRI_SUFFIX)
XORG_PROTO_XF86DRI_DIR := $(BUILDDIR)/$(XORG_PROTO_XF86DRI)
-
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(XORG_PROTO_XF86DRI_SOURCE):
- @$(call targetinfo)
- @$(call get, XORG_PROTO_XF86DRI)
-
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-XORG_PROTO_XF86DRI_PATH := PATH=$(CROSS_PATH)
-XORG_PROTO_XF86DRI_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-XORG_PROTO_XF86DRI_AUTOCONF := $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-proto-xf86dri.targetinstall:
- @$(call targetinfo)
- @$(call touch)
+XORG_PROTO_XF86DRI_CONF_TOOL := autoconf
# vim: syntax=make