summaryrefslogtreecommitdiffstats
path: root/rules/host-xorg-lib-X11.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-01 12:52:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-01 13:03:49 +0200
commit83492aea9a21a747f2a42ea580d7dc0ca7593dc0 (patch)
tree2ddcd24c78c4fc6b0e39d6832b2e425a09667a51 /rules/host-xorg-lib-X11.make
parent21085783b6d340935de909007804e0f8423f9f9b (diff)
downloadptxdist-83492aea9a21a747f2a42ea580d7dc0ca7593dc0.tar.gz
ptxdist-83492aea9a21a747f2a42ea580d7dc0ca7593dc0.tar.xz
[host-xorg-lib-X11] remove osbsolete host library
the former user host-xorg-app-mkfontscale uses host-xorg-proto-x now. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xorg-lib-X11.make')
-rw-r--r--rules/host-xorg-lib-X11.make38
1 files changed, 0 insertions, 38 deletions
diff --git a/rules/host-xorg-lib-X11.make b/rules/host-xorg-lib-X11.make
deleted file mode 100644
index a22fc2742..000000000
--- a/rules/host-xorg-lib-X11.make
+++ /dev/null
@@ -1,38 +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_X11) += host-xorg-lib-x11
-
-#
-# Paths and names
-#
-HOST_XORG_LIB_X11 = $(XORG_LIB_X11)
-HOST_XORG_LIB_X11_DIR = $(HOST_BUILDDIR)/$(HOST_XORG_LIB_X11)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_XORG_LIB_X11_PATH := PATH=$(HOST_PATH)
-HOST_XORG_LIB_X11_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_XORG_LIB_X11_AUTOCONF := \
- $(HOST_AUTOCONF) \
- --disable-man-pages \
- --disable-specs
-
-# vim: syntax=make