summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:17:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:57 +0200
commitbe3323f68ada15003bf53c93ecde03d6c5fdc37b (patch)
tree1d72164d48b92e2e9d5d1f52dd3528b6f123261a
parent25b6cb7d8ae5c0c59c6677ca63d0d8294b4588ea (diff)
downloadptxdist-be3323f68ada15003bf53c93ecde03d6c5fdc37b.tar.gz
ptxdist-be3323f68ada15003bf53c93ecde03d6c5fdc37b.tar.xz
host-pangomm: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-pangomm.in10
-rw-r--r--rules/host-pangomm.make35
2 files changed, 0 insertions, 45 deletions
diff --git a/rules/host-pangomm.in b/rules/host-pangomm.in
deleted file mode 100644
index 257fe86d2..000000000
--- a/rules/host-pangomm.in
+++ /dev/null
@@ -1,10 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_PANGOMM
- tristate
- select HOST_PANGO
- select HOST_GLIBMM
- select HOST_CAIROMM
- prompt "pangomm"
- help
- c++ bindings for pango
diff --git a/rules/host-pangomm.make b/rules/host-pangomm.make
deleted file mode 100644
index 99f96ab6c..000000000
--- a/rules/host-pangomm.make
+++ /dev/null
@@ -1,35 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2009 by Marc Kleine-Budde <mkl@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_PANGOMM) += host-pangomm
-
-#
-# Paths and names
-#
-HOST_PANGOMM_DIR = $(HOST_BUILDDIR)/$(PANGOMM)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_PANGOMM_PATH := PATH=$(HOST_PATH)
-HOST_PANGOMM_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_PANGOMM_AUTOCONF := \
- $(HOST_AUTOCONF) \
- --disable-documentation
-
-# vim: syntax=make