summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:19:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:57 +0200
commit1da7d4ea52e06900add414674e6890a838d73468 (patch)
tree6c1678778bb84fdd0f44b1a455376f866b71d607
parent6be4765741a6c6a79f315e6ace7f20b6f7741060 (diff)
downloadptxdist-1da7d4ea52e06900add414674e6890a838d73468.tar.gz
ptxdist-1da7d4ea52e06900add414674e6890a838d73468.tar.xz
host-cairomm: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-cairomm.in12
-rw-r--r--rules/host-cairomm.make36
2 files changed, 0 insertions, 48 deletions
diff --git a/rules/host-cairomm.in b/rules/host-cairomm.in
deleted file mode 100644
index 0a9525aa6..000000000
--- a/rules/host-cairomm.in
+++ /dev/null
@@ -1,12 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_CAIROMM
- tristate
- select HOST_CAIRO
- select HOST_LIBSIGCPP
- prompt "cairomm"
- help
- cairomm is a C++ wrapper for the cairo graphics library. It offers all
- the power of cairo with an interface familiar to C++ developers,
- including use of the Standard Template Library where it makes sense.
-
diff --git a/rules/host-cairomm.make b/rules/host-cairomm.make
deleted file mode 100644
index 62763b16e..000000000
--- a/rules/host-cairomm.make
+++ /dev/null
@@ -1,36 +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_CAIROMM) += host-cairomm
-
-#
-# Paths and names
-#
-HOST_CAIROMM_DIR = $(HOST_BUILDDIR)/$(CAIROMM)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_CAIROMM_PATH := PATH=$(HOST_PATH)
-HOST_CAIROMM_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_CAIROMM_AUTOCONF := \
- $(HOST_AUTOCONF) \
- --disable-docs
-
-# vim: syntax=make