summaryrefslogtreecommitdiffstats
path: root/rules/host-libxcb.make
blob: 579c3274e9747e0aa9c4c099a724fbf37c030b0f (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# -*-makefile-*-
#
# Copyright (C) 2011 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_LIBXCB) += host-libxcb

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

HOST_LIBXCB_ENV	:= \
	$(HOST_ENV) \
	ac_cv_prog_BUILD_DOCS=no \
	ac_cv_lib_Xdmcp_XdmcpWrap=no

#
# autoconf
#
HOST_LIBXCB_CONF_TOOL	:= autoconf
HOST_LIBXCB_CONF_OPT	:= \
	$(HOST_AUTOCONF) \
	--disable-static \
	--disable-selective-werror \
	--disable-strict-compilation \
	--disable-devel-docs \
	--enable-composite \
	--enable-damage \
	--enable-dpms \
	--enable-dri2 \
	--enable-dri3 \
	--enable-ge \
	--enable-glx \
	--enable-present \
	--enable-randr \
	--enable-record \
	--enable-render \
	--enable-resource \
	--enable-screensaver \
	--enable-shape \
	--enable-shm \
	--enable-sync \
	--enable-xevie \
	--enable-xfixes \
	--enable-xfree86-dri \
	--enable-xinerama \
	--enable-xinput \
	--enable-xkb \
	--enable-xprint \
	--disable-selinux \
	--enable-xtest \
	--enable-xv \
	--enable-xvmc \
	--without-doxygen \
	--without-launchd

# vim: syntax=make