summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:30:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:58 +0200
commitafa37e7f61784fc53e2683ba9700b02b93f48b34 (patch)
treedc8afae9f96fb1e46799d7da9ce26ec3b6ef376b
parentaa7f50358b896ffe4c17ccd1def0a9436f5326f8 (diff)
downloadptxdist-afa37e7f61784fc53e2683ba9700b02b93f48b34.tar.gz
ptxdist-afa37e7f61784fc53e2683ba9700b02b93f48b34.tar.xz
host-glibmm: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-glibmm.in11
-rw-r--r--rules/host-glibmm.make36
2 files changed, 0 insertions, 47 deletions
diff --git a/rules/host-glibmm.in b/rules/host-glibmm.in
deleted file mode 100644
index 62304c1c0..000000000
--- a/rules/host-glibmm.in
+++ /dev/null
@@ -1,11 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_GLIBMM
- tristate
- select HOST_GLIB
- select HOST_LIBSIGCPP
-# select HOST_GCCLIBS_CXX
- prompt "glibmm"
- help
- glibmm is the C++ interface to the glib library.
-
diff --git a/rules/host-glibmm.make b/rules/host-glibmm.make
deleted file mode 100644
index 103f5e50b..000000000
--- a/rules/host-glibmm.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_GLIBMM) += host-glibmm
-
-#
-# Paths and names
-#
-HOST_GLIBMM_DIR = $(HOST_BUILDDIR)/$(GLIBMM)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_GLIBMM_PATH := PATH=$(HOST_PATH)
-HOST_GLIBMM_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_GLIBMM_AUTOCONF := \
- $(HOST_AUTOCONF) \
- --disable-documentation
-
-# vim: syntax=make