summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:15:09 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:57 +0200
commita419f376b491e350ef8c416b7bede65bc5a9e9f2 (patch)
treeef56d1464a7f8e2f07bd7072a7ef1b3bb0ae6076
parent5c3aac3127208702561c00c5205f860e4aacde02 (diff)
downloadptxdist-a419f376b491e350ef8c416b7bede65bc5a9e9f2.tar.gz
ptxdist-a419f376b491e350ef8c416b7bede65bc5a9e9f2.tar.xz
host-libglade: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-libglade.in14
-rw-r--r--rules/host-libglade.make34
2 files changed, 0 insertions, 48 deletions
diff --git a/rules/host-libglade.in b/rules/host-libglade.in
deleted file mode 100644
index a93c62b3f..000000000
--- a/rules/host-libglade.in
+++ /dev/null
@@ -1,14 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_LIBGLADE
- tristate
- select HOST_GTK
- select HOST_LIBXML2
- prompt "libglade"
- help
- Libglade is a library that performs a similar job to the C
- source output routines in the GLADE user interface builder.
- Whereas GLADE's output routines create C source code that must
- be compiled, libglade builds the interface from an XML file
- (GLADE's save format) at runtime. This can allow modifying the
- user interface without recompiling.
diff --git a/rules/host-libglade.make b/rules/host-libglade.make
deleted file mode 100644
index a4897c4f1..000000000
--- a/rules/host-libglade.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_LIBGLADE) += host-libglade
-
-#
-# Paths and names
-#
-HOST_LIBGLADE_DIR = $(HOST_BUILDDIR)/$(LIBGLADE)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_LIBGLADE_PATH := PATH=$(HOST_PATH)
-HOST_LIBGLADE_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_LIBGLADE_AUTOCONF := $(HOST_AUTOCONF)
-
-# vim: syntax=make