summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-08 21:13:37 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 17:58:57 +0200
commit53d59d0cf2075a83178e1c89937b7c18bb24ced3 (patch)
tree465abfef89fad15dbbed7dc20b3a84632ad23b1d
parent97c7081f0030a0bdab967437e80cde27e7755a30 (diff)
downloadptxdist-53d59d0cf2075a83178e1c89937b7c18bb24ced3.tar.gz
ptxdist-53d59d0cf2075a83178e1c89937b7c18bb24ced3.tar.xz
host-gtk-engine-experience: remove
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-gtk-engine-experience.in9
-rw-r--r--rules/host-gtk-engine-experience.make34
2 files changed, 0 insertions, 43 deletions
diff --git a/rules/host-gtk-engine-experience.in b/rules/host-gtk-engine-experience.in
deleted file mode 100644
index dc5163208..000000000
--- a/rules/host-gtk-engine-experience.in
+++ /dev/null
@@ -1,9 +0,0 @@
-## SECTION=host_gtk
-
-config HOST_GTK_ENGINE_EXPERIENCE
- tristate
- select HOST_GTK
- prompt "eXperience engine"
- help
- A pixmap engine that is somewhat like XP, but way better...
-
diff --git a/rules/host-gtk-engine-experience.make b/rules/host-gtk-engine-experience.make
deleted file mode 100644
index 4a000aef2..000000000
--- a/rules/host-gtk-engine-experience.make
+++ /dev/null
@@ -1,34 +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_GTK_ENGINE_EXPERIENCE) += host-gtk-engine-experience
-
-#
-# Paths and names
-#
-HOST_GTK_ENGINE_EXPERIENCE_DIR = $(HOST_BUILDDIR)/$(GTK_ENGINE_EXPERIENCE)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_GTK_ENGINE_EXPERIENCE_PATH := PATH=$(HOST_PATH)
-HOST_GTK_ENGINE_EXPERIENCE_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_GTK_ENGINE_EXPERIENCE_AUTOCONF := $(HOST_AUTOCONF)
-
-# vim: syntax=make