summaryrefslogtreecommitdiffstats
path: root/rules/host-mesalib.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-07 11:41:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-08 14:34:34 +0200
commit5b3a24d74271b9cea6b18c87be11ca2e8fb96a0b (patch)
tree40810a478995eeb0f65c9052f62e64f1d1d9c98c /rules/host-mesalib.make
parent8874a761bde54229fa949708ad78e28f16e93149 (diff)
downloadptxdist-5b3a24d74271b9cea6b18c87be11ca2e8fb96a0b.tar.gz
ptxdist-5b3a24d74271b9cea6b18c87be11ca2e8fb96a0b.tar.xz
[mesalib] version bump 7,6,1 -> 7.8.2
this also adds the now necessary host-mesalib package Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-mesalib.make')
-rw-r--r--rules/host-mesalib.make26
1 files changed, 26 insertions, 0 deletions
diff --git a/rules/host-mesalib.make b/rules/host-mesalib.make
new file mode 100644
index 000000000..e648b2e79
--- /dev/null
+++ b/rules/host-mesalib.make
@@ -0,0 +1,26 @@
+# -*-makefile-*-
+#
+# Copyright (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_MESALIB) += host-mesalib
+
+HOST_MESALIB_DIR = $(HOST_BUILDDIR)/Mesa-$(MESALIB_VERSION)
+HOST_MESALIB_SUBDIR := src/glsl
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_MESALIB_CONF_TOOL := NO
+HOST_MESALIB_MAKE_OPT := $(HOST_ENV) default
+
+# vim: syntax=make