summaryrefslogtreecommitdiffstats
path: root/rules/host-pixman.make
diff options
context:
space:
mode:
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