summaryrefslogtreecommitdiffstats
path: root/rules/host-libjpeg.make
blob: b6a61da2e1a48f3751ec1d46b25b8f58575c80bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# -*-makefile-*-
#
# Copyright (C) 2018 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# 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