summaryrefslogtreecommitdiffstats
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
parentafa37e7f61784fc53e2683ba9700b02b93f48b34 (diff)
downloadptxdist-9a44b20e25915e3318c40abbbc083478e3462f2e.tar.gz
ptxdist-9a44b20e25915e3318c40abbbc083478e3462f2e.tar.xz
host-pixman: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-pixman.in5
-rw-r--r--rules/host-pixman.make33
2 files changed, 0 insertions, 38 deletions
diff --git a/rules/host-pixman.in b/rules/host-pixman.in
deleted file mode 100644
index 7fc8dcae7..000000000
--- a/rules/host-pixman.in
+++ /dev/null
@@ -1,5 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_PIXMAN
- bool
-
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