summaryrefslogtreecommitdiffstats
path: root/rules/host-cairo.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-19 15:11:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-21 08:25:04 +0200
commitecdc53774da89ea45798674ba30f3d5c1628cde8 (patch)
tree6aa563b765299842f0bf633470af80d92c92f66b /rules/host-cairo.make
parent4124a4af6204f2be1bd9d0f35a3568d111df3b94 (diff)
downloadptxdist-ecdc53774da89ea45798674ba30f3d5c1628cde8.tar.gz
ptxdist-ecdc53774da89ea45798674ba30f3d5c1628cde8.tar.xz
host-cairo: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-cairo.make')
-rw-r--r--rules/host-cairo.make79
1 files changed, 79 insertions, 0 deletions
diff --git a/rules/host-cairo.make b/rules/host-cairo.make
new file mode 100644
index 000000000..7cb0ba8b2
--- /dev/null
+++ b/rules/host-cairo.make
@@ -0,0 +1,79 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2018 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_CAIRO) += host-cairo
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#HOST_CAIRO_CONF_ENV := $(HOST_ENV)
+
+#
+# autoconf
+#
+HOST_CAIRO_CONF_TOOL := autoconf
+HOST_CAIRO_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --enable-shared \
+ --disable-static \
+ --disable-gtk-doc \
+ --disable-gtk-doc-html \
+ --disable-gtk-doc-pdf \
+ --enable-atomic \
+ --disable-gcov \
+ --disable-valgrind \
+ --disable-xlib \
+ --disable-xlib-xrender \
+ --disable-xcb \
+ --disable-xlib-xcb \
+ --disable-xcb-shm \
+ --disable-qt \
+ --disable-quartz \
+ --disable-quartz-font \
+ --disable-quartz-image \
+ --disable-win32 \
+ --disable-win32-font \
+ --disable-skia \
+ --disable-os2 \
+ --disable-beos \
+ --disable-drm \
+ --disable-gallium \
+ --disable-png \
+ --disable-gl \
+ --disable-glesv2 \
+ --disable-cogl \
+ --disable-directfb \
+ --disable-vg \
+ --disable-egl \
+ --disable-glx \
+ --disable-wgl \
+ --disable-script \
+ --enable-ft \
+ --enable-fc \
+ --disable-ps \
+ --disable-pdf \
+ --disable-svg \
+ --disable-test-surfaces \
+ --disable-tee \
+ --disable-xml \
+ --enable-pthread \
+ --disable-gobject \
+ --disable-full-testing \
+ --disable-trace \
+ --disable-interpreter \
+ --disable-symbol-lookup \
+ --disable-some-floating-point \
+ --without-x
+
+# vim: syntax=make