From 7167442d8324d4cc82f9099495fdfc42f62fafe8 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 8 Aug 2011 21:15:48 +0200 Subject: host-gtkmm: remove Signed-off-by: Michael Olbrich --- rules/host-gtkmm.in | 18 ------------------ rules/host-gtkmm.make | 28 ---------------------------- 2 files changed, 46 deletions(-) delete mode 100644 rules/host-gtkmm.in delete mode 100644 rules/host-gtkmm.make 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 -# -# 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 -- cgit v1.2.3