summaryrefslogtreecommitdiffstats
path: root/rules/host-libjpeg.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
commit480b323f32a6c864a1e728ea5c06ff9bf3d50028 (patch)
tree4e7e26be9fdd16271543c0763ba11cea6a13a2cf /rules/host-libjpeg.make
parent9094cf0c32d0f80583e94d9d3ffd6461afaec8d6 (diff)
downloadptxdist-480b323f32a6c864a1e728ea5c06ff9bf3d50028.tar.gz
ptxdist-480b323f32a6c864a1e728ea5c06ff9bf3d50028.tar.xz
host-libjpeg: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libjpeg.make')
-rw-r--r--rules/host-libjpeg.make37
1 files changed, 37 insertions, 0 deletions
diff --git a/rules/host-libjpeg.make b/rules/host-libjpeg.make
new file mode 100644
index 000000000..5eb346106
--- /dev/null
+++ b/rules/host-libjpeg.make
@@ -0,0 +1,37 @@
+# -*-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_LIBJPEG) += host-libjpeg
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+#
+# autoconf
+#
+HOST_LIBJPEG_CONF_TOOL := autoconf
+HOST_LIBJPEG_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --with-jpeg7 \
+ --with-jpeg8 \
+ --with-mem-srcdst \
+ --without-arith-enc \
+ --without-arith-dec \
+ --without-12bit \
+ --without-turbojpeg \
+ --without-java \
+ --without-gas-preprocessor \
+ --without-simd
+
+# vim: syntax=make