summaryrefslogtreecommitdiffstats
path: root/rules/host-pixman.make
blob: 8017e88fe10415a90b85660cf6334390579fe600 (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
36
37
38
39
40
41
42
43
44
45
# -*-makefile-*-
#
# Copyright (C) 2016 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_PIXMAN) += host-pixman

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

#
# autoconf
#
HOST_PIXMAN_CONF_TOOL	:= meson
HOST_PIXMAN_CONF_OPT	:= \
	$(HOST_MESON_OPT) \
	-Da64-neon=disabled \
	-Darm-simd=disabled \
	-Dcpu-features-path= \
	-Ddemos=disabled \
	-Dgnu-inline-asm=disabled \
	-Dgnuplot=false \
	-Dgtk=disabled \
	-Diwmmxt=disabled \
	-Diwmmxt2=false \
	-Dlibpng=disabled \
	-Dloongson-mmi=disabled \
	-Dmips-dspr2=disabled \
	-Dmmx=disabled \
	-Dneon=disabled \
	-Dopenmp=disabled \
	-Dsse2=enabled \
	-Dssse3=disabled \
	-Dtests=disabled \
	-Dtimers=false \
	-Dvmx=disabled

# vim: syntax=make