summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:14:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:57 +0200
commit4c99d6de27604494cbb844d361eea2d84c4ac558 (patch)
treefb8a277bc57c247134c614a181f3768b9707c310
parent53d59d0cf2075a83178e1c89937b7c18bb24ced3 (diff)
downloadptxdist-4c99d6de27604494cbb844d361eea2d84c4ac558.tar.gz
ptxdist-4c99d6de27604494cbb844d361eea2d84c4ac558.tar.xz
host-glademm: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-glademm.in10
-rw-r--r--rules/host-glademm.make34
2 files changed, 0 insertions, 44 deletions
diff --git a/rules/host-glademm.in b/rules/host-glademm.in
deleted file mode 100644
index f843f2078..000000000
--- a/rules/host-glademm.in
+++ /dev/null
@@ -1,10 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_GLADEMM
- tristate
- select HOST_GLADE
- prompt "glade--"
- help
- glademm-2.6.0.tar.gz an extension to glade and glade-2 (Gtk GUI
- Builder) to create C++ sources for gtk-- and gtkmm2 (any combination)
- or skeletons for libglade(mm) based programs
diff --git a/rules/host-glademm.make b/rules/host-glademm.make
deleted file mode 100644
index 1a6f10f7c..000000000
--- a/rules/host-glademm.make
+++ /dev/null
@@ -1,34 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Robert Schwebel <r.schwebel@pengutronix.de>
-# (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_GLADEMM) += host-glademm
-
-#
-# Paths and names
-#
-HOST_GLADEMM_DIR = $(HOST_BUILDDIR)/$(GLADEMM)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_GLADEMM_PATH := PATH=$(HOST_PATH)
-HOST_GLADEMM_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_GLADEMM_AUTOCONF := $(HOST_AUTOCONF)
-
-# vim: syntax=make