Signed-off-by: Ryan M. Raasch <ryan.raa...@gmail.com>
---
 rules/host-evas.in   |   11 +++++++++++
 rules/host-evas.make |   28 ++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 0 deletions(-)
 create mode 100644 rules/host-evas.in
 create mode 100644 rules/host-evas.make

diff --git a/rules/host-evas.in b/rules/host-evas.in
new file mode 100644
index 0000000..347d194
--- /dev/null
+++ b/rules/host-evas.in
@@ -0,0 +1,11 @@
+## SECTION=hosttools_noprompt
+
+config HOST_EVAS
+       tristate
+       select HOST_FREETYPE
+       select HOST_LIBJPEG
+       select HOST_LIBPNG
+       select HOST_LUA
+       select HOST_EINA
+       select HOST_EET
+       default ALLYES
diff --git a/rules/host-evas.make b/rules/host-evas.make
new file mode 100644
index 0000000..5bb4763
--- /dev/null
+++ b/rules/host-evas.make
@@ -0,0 +1,28 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2010 by <Ryan Raasch ryan.raa...@gmail.com>
+#
+# 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_EVAS) += host-evas
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_EVAS_CONF_ENV     := $(HOST_ENV)
+
+#
+# autoconf
+#
+HOST_EVAS_CONF_TOOL    := autoconf
+HOST_EVAS_CONF_OPT     := $(HOST_AUTOCONF) $(HOST_EVAS_CONF_ENV)
+
+# vim: syntax=make
-- 
1.7.1.rc1.GIT


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to