summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-lib-Xau.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-01 12:55:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-04-18 14:47:32 +0200
commitff5ee0a96b88b6559bca836cf8f3003c2c5b7ede (patch)
tree41e8d8af9fd117c4043803e885913f8a76aea1f8 /rules/host-xorg-lib-Xau.make
parent2c3a539186138ffd592baefb6a1797563bee30b2 (diff)
downloadptxdist-ff5ee0a96b88b6559bca836cf8f3003c2c5b7ede.tar.gz
ptxdist-ff5ee0a96b88b6559bca836cf8f3003c2c5b7ede.tar.xz
[host-xorg-lib-Xau] remove osbsolete host library
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xorg-lib-Xau.make')
-rw-r--r--rules/host-xorg-lib-Xau.make34
1 files changed, 0 insertions, 34 deletions
diff --git a/rules/host-xorg-lib-Xau.make b/rules/host-xorg-lib-Xau.make
deleted file mode 100644
index b563642d0..000000000
--- a/rules/host-xorg-lib-Xau.make
+++ /dev/null
@@ -1,34 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 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_XORG_LIB_XAU) += host-xorg-lib-xau
-
-#
-# Paths and names
-#
-HOST_XORG_LIB_XAU_DIR = $(HOST_BUILDDIR)/$(XORG_LIB_XAU)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_XORG_LIB_XAU_PATH := PATH=$(HOST_PATH)
-HOST_XORG_LIB_XAU_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_XORG_LIB_XAU_AUTOCONF := $(HOST_AUTOCONF)
-
-# vim: syntax=make