summaryrefslogtreecommitdiffstats
path: root/rules/host-xcb-proto.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-01 12:57:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-01 13:08:12 +0200
commit4c98f0ab66dbdb762e2bdbf068fcabafe1473369 (patch)
tree58d0a472b19f6ec52ebc06dd06f1066effebae7e /rules/host-xcb-proto.make
parentee82dbd5501d04fda5f8c21f7a2166279570351b (diff)
downloadptxdist-4c98f0ab66dbdb762e2bdbf068fcabafe1473369.tar.gz
ptxdist-4c98f0ab66dbdb762e2bdbf068fcabafe1473369.tar.xz
[host-xcb-proto] remove osbsolete host library
the only user host-libxcb was removed. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xcb-proto.make')
-rw-r--r--rules/host-xcb-proto.make34
1 files changed, 0 insertions, 34 deletions
diff --git a/rules/host-xcb-proto.make b/rules/host-xcb-proto.make
deleted file mode 100644
index 79f8944f8..000000000
--- a/rules/host-xcb-proto.make
+++ /dev/null
@@ -1,34 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2008 by Robert Schwebel
-# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-HOST_PACKAGES-$(PTXCONF_HOST_XCB_PROTO) += host-xcb-proto
-
-#
-# Paths and names
-#
-HOST_XCB_PROTO_DIR = $(HOST_BUILDDIR)/$(XCB_PROTO)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_XCB_PROTO_PATH := PATH=$(HOST_PATH)
-HOST_XCB_PROTO_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_XCB_PROTO_AUTOCONF := $(HOST_AUTOCONF)
-
-# vim: syntax=make