summaryrefslogtreecommitdiffstats
path: root/rules/host-pixman.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:32:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:58 +0200
commit9a44b20e25915e3318c40abbbc083478e3462f2e (patch)
tree531ca7316303a6c8faf2a5064a4e596998fd4390 /rules/host-pixman.make
parentafa37e7f61784fc53e2683ba9700b02b93f48b34 (diff)
downloadptxdist-9a44b20e25915e3318c40abbbc083478e3462f2e.tar.gz
ptxdist-9a44b20e25915e3318c40abbbc083478e3462f2e.tar.xz
host-pixman: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-pixman.make')
-rw-r--r--rules/host-pixman.make33
1 files changed, 0 insertions, 33 deletions
diff --git a/rules/host-pixman.make b/rules/host-pixman.make
deleted file mode 100644
index 1ddbcbc4a..000000000
--- a/rules/host-pixman.make
+++ /dev/null
@@ -1,33 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2009 by Robert Schwebel
-#
-# 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_PIXMAN) += host-pixman
-
-#
-# Paths and names
-#
-HOST_PIXMAN_DIR = $(HOST_BUILDDIR)/$(PIXMAN)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_PIXMAN_PATH := PATH=$(HOST_PATH)
-HOST_PIXMAN_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_PIXMAN_AUTOCONF := $(HOST_AUTOCONF)
-
-# vim: syntax=make