summaryrefslogtreecommitdiffstats
path: root/rules/xcb-proto.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-06-12 18:02:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 00:24:19 +0200
commite9853c25b8c452440a2a83d5268d38dfbb08dd1e (patch)
tree5cae9ec262fe7cd91b43538da62e9d7fcef46ce8 /rules/xcb-proto.make
parentd1be22ceb1cdfa623409b63f58bd957798d3ac25 (diff)
downloadptxdist-e9853c25b8c452440a2a83d5268d38dfbb08dd1e.tar.gz
ptxdist-e9853c25b8c452440a2a83d5268d38dfbb08dd1e.tar.xz
xcb-proto: version bump 1.6 -> 1.7.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xcb-proto.make')
-rw-r--r--rules/xcb-proto.make25
1 files changed, 3 insertions, 22 deletions
diff --git a/rules/xcb-proto.make b/rules/xcb-proto.make
index 4d66cd74e..a3de67b71 100644
--- a/rules/xcb-proto.make
+++ b/rules/xcb-proto.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_XCB_PROTO) += xcb-proto
#
# Paths and names
#
-XCB_PROTO_VERSION := 1.6
-XCB_PROTO_MD5 := 04313e1d914b44d0e457f6c494fc178b
+XCB_PROTO_VERSION := 1.7.1
+XCB_PROTO_MD5 := 948fec39dd42f3694edd5d9689735ec4
XCB_PROTO := xcb-proto-$(XCB_PROTO_VERSION)
XCB_PROTO_SUFFIX := tar.bz2
XCB_PROTO_URL := http://xcb.freedesktop.org/dist/$(XCB_PROTO).$(XCB_PROTO_SUFFIX)
@@ -26,31 +26,12 @@ XCB_PROTO_SOURCE := $(SRCDIR)/$(XCB_PROTO).$(XCB_PROTO_SUFFIX)
XCB_PROTO_DIR := $(BUILDDIR)/$(XCB_PROTO)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(XCB_PROTO_SOURCE):
- @$(call targetinfo)
- @$(call get, XCB_PROTO)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-XCB_PROTO_PATH := PATH=$(CROSS_PATH)
-XCB_PROTO_ENV := $(CROSS_ENV)
-
#
# autoconf
#
-XCB_PROTO_AUTOCONF := $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xcb-proto.targetinstall:
- @$(call targetinfo)
- @$(call touch)
+XCB_PROTO_CONF_TOOL := autoconf
# vim: syntax=make