summaryrefslogtreecommitdiffstats
path: root/rules/host-pixman.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-04-21 08:37:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-04-21 08:38:13 +0200
commit8cd22ed257dd40f501a806dfe4f153ea83a23e88 (patch)
treec1271b947fd693063f3f7f0e1fb6b9ef0c24b200 /rules/host-pixman.make
parent2a5c1eb87d9f3046d52e81c435a6531efea52713 (diff)
downloadptxdist-8cd22ed257dd40f501a806dfe4f153ea83a23e88.tar.gz
ptxdist-8cd22ed257dd40f501a806dfe4f153ea83a23e88.tar.xz
host-pixman: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-pixman.make')
-rw-r--r--rules/host-pixman.make35
1 files changed, 35 insertions, 0 deletions
diff --git a/rules/host-pixman.make b/rules/host-pixman.make
new file mode 100644
index 000000000..958ffdef3
--- /dev/null
+++ b/rules/host-pixman.make
@@ -0,0 +1,35 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2016 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_PIXMAN) += host-pixman
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_PIXMAN_CONF_TOOL := autoconf
+HOST_PIXMAN_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-static \
+ --disable-openmp \
+ --disable-loongson-mmi \
+ --enable-gcc-inline-asm \
+ --disable-static-testprogs \
+ --disable-timers \
+ --disable-gtk \
+ --disable-libpng
+
+# vim: syntax=make