summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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