summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:15:48 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:57 +0200
commit7167442d8324d4cc82f9099495fdfc42f62fafe8 (patch)
tree599e57bb2a60f49dd2ee4c1f95560bad2fe18bd5
parenta419f376b491e350ef8c416b7bede65bc5a9e9f2 (diff)
downloadptxdist-7167442d8324d4cc82f9099495fdfc42f62fafe8.tar.gz
ptxdist-7167442d8324d4cc82f9099495fdfc42f62fafe8.tar.xz
host-gtkmm: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-gtkmm.in18
-rw-r--r--rules/host-gtkmm.make28
2 files changed, 0 insertions, 46 deletions
diff --git a/rules/host-gtkmm.in b/rules/host-gtkmm.in
deleted file mode 100644
index 96e57ba77..000000000
--- a/rules/host-gtkmm.in
+++ /dev/null
@@ -1,18 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_GTKMM
- tristate
- select HOST_GLIBMM
- select HOST_ATK
- select HOST_CAIROMM
- select HOST_PANGOMM
- select HOST_GTK
- prompt "gtkmm"
- help
- gtkmm is the official C++ interface for the popular GUI library GTK+.
- Highlights include typesafe callbacks, and a comprehensive set of
- widgets that are easily extensible via inheritance. You can create user
- interfaces either in code or with the Glade User Interface designer,
- using libglademm. There's extensive documentation, including API
- reference and a tutorial.
-
diff --git a/rules/host-gtkmm.make b/rules/host-gtkmm.make
deleted file mode 100644
index 1ebf92844..000000000
--- a/rules/host-gtkmm.make
+++ /dev/null
@@ -1,28 +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_GTKMM) += host-gtkmm
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-HOST_GTKMM_AUTOCONF := \
- $(HOST_AUTOCONF) \
- --disable-documentation
-
-# vim: syntax=make