summaryrefslogtreecommitdiffstats
path: root/rules/host-gtkmm.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-gtkmm.in')
-rw-r--r--rules/host-gtkmm.in18
1 files changed, 0 insertions, 18 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.
-