summaryrefslogtreecommitdiffstats
path: root/rules/xcb-proto.make
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 13:52:39 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 13:52:39 +0000
commit3940a9bc18fd1fceda3782902aaf62195fd01d31 (patch)
treecaa445bee38e66754feb4563d41b4f8c17ca532d /rules/xcb-proto.make
parent2829d7e14a6cabf330c9816b6888dd6cc94d38eb (diff)
downloadptxdist-3940a9bc18fd1fceda3782902aaf62195fd01d31.tar.gz
ptxdist-3940a9bc18fd1fceda3782902aaf62195fd01d31.tar.xz
* xcb-proto: Upgrade to revision 1.1
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8135 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/xcb-proto.make')
-rw-r--r--rules/xcb-proto.make20
1 files changed, 4 insertions, 16 deletions
diff --git a/rules/xcb-proto.make b/rules/xcb-proto.make
index 411ebd537..ae7e402de 100644
--- a/rules/xcb-proto.make
+++ b/rules/xcb-proto.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_XCB_PROTO) += xcb-proto
#
# Paths and names
#
-XCB_PROTO_VERSION := 1.0
-XCB_PROTO := xcb-proto-$(XCB_PROTO_VERSION)
-XCB_PROTO_SUFFIX := tar.bz2
+XCB_PROTO_VERSION := 1.1
+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)
-XCB_PROTO_SOURCE := $(SRCDIR)/$(XCB_PROTO).$(XCB_PROTO_SUFFIX)
+XCB_PROTO_SOURCE := $(SRCDIR)/$(XCB_PROTO).$(XCB_PROTO_SUFFIX)
XCB_PROTO_DIR := $(BUILDDIR)/$(XCB_PROTO)
# ----------------------------------------------------------------------------
@@ -103,18 +103,6 @@ xcb-proto_targetinstall: $(STATEDIR)/xcb-proto.targetinstall
$(STATEDIR)/xcb-proto.targetinstall: $(xcb-proto_targetinstall_deps_default)
@$(call targetinfo, $@)
-
- @$(call install_init, xcb-proto)
- @$(call install_fixup, xcb-proto,PACKAGE,xcb-proto)
- @$(call install_fixup, xcb-proto,PRIORITY,optional)
- @$(call install_fixup, xcb-proto,VERSION,$(XCB_PROTO_VERSION))
- @$(call install_fixup, xcb-proto,SECTION,base)
- @$(call install_fixup, xcb-proto,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
- @$(call install_fixup, xcb-proto,DEPENDS,)
- @$(call install_fixup, xcb-proto,DESCRIPTION,missing)
-
- @$(call install_finish, xcb-proto)
-
@$(call touch, $@)
# ----------------------------------------------------------------------------