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