summaryrefslogtreecommitdiff
path: root/jhbuildrc
blob: 153672f5b2650786523e535d177d52b2b12142fa (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#
# jhbuildrc for building for cygwin
#

moduleset = '/jhbuild/xorg.modules'
if 'TINDERBOX' in os.environ:
	modules = [ 'xwin', 'xorg', 'extras', 'tests' ]
else:
	modules = [ 'xwin', 'xorg' ]

# skip building stuff which isn't appropriate for target
# skip building all drivers apart from xf86-video-dummy and xf86-video-nested
skip = [ 'appplewmproto', 'libAppleWM',
	 'videoproto', 'xf86dgaproto', 'xf86driproto', 'xf86vidmodeproto', 'dri2proto',
	 'libXv', 'libXvMC', 'libXxf86dga', 'libXxf86dga', 'libXxf86vm',
	 'libxkbui', 'libdrm', 'libpciaccess',
	 'xvinfo', 'xdriinfo', 'xgamma',
	 'xf86-input-acecad',
	 'xf86-input-aiptek',
	 'xf86-input-evdev',
	 'xf86-input-joystick',
	 'xf86-input-keyboard',
	 'xf86-input-mouse',
	 'xf86-input-void',
	 'xf86-video-ast',
	 'xf86-video-ati',
	 'xf86-video-chips',
	 'xf86-video-cirrus',
	 'xf86-video-fbdev',
	 'xf86-video-geode',
	 'xf86-video-glint',
	 'xf86-video-i128',
	 'xf86-video-intel',
	 'xf86-video-mach64',
	 'xf86-video-mga',
	 'xf86-video-neomagic',
	 'xf86-video-nouveau',
	 'xf86-video-nv',
	 'xf86-video-openchrome',
	 'xf86-video-r128',
	 'xf86-video-rendition',
	 'xf86-video-savage',
	 'xf86-video-sis',
	 'xf86-video-sisusb',
	 'xf86-video-suncg14',
	 'xf86-video-suncg3',
	 'xf86-video-suncg6',
	 'xf86-video-sunffb',
	 'xf86-video-sunleo',
	 'xf86-video-suntcx',
	 'xf86-video-tdfx',
	 'xf86-video-tga',
	 'xf86-video-trident',
	 'xf86-video-tseng',
	 'xf86-video-vesa',
	 'xf86-video-vmware',
	 'xf86-video-voodoo',
	 'xf86-video-xgixp' ]

build_policy = 'updated-deps'
if 'TINDERBOX' in os.environ:
	nopoison = True

# source checkout, build and install directories
checkoutroot = '/jhbuild/checkout'
buildroot = '/jhbuild/build'
prefix = '/jhbuild/install'

# configuration
os.environ['ACLOCAL'] = 'aclocal -I ' + os.path.join(prefix, 'share', 'aclocal')
os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig') + ':' + os.path.join(prefix, 'share', 'pkgconfig')
os.environ['CC'] = 'ccache gcc'
os.environ['CXX'] = 'ccache g++'
os.environ['INSTALL'] = '/usr/local/bin/install-check'
os.environ['AUTOMAKE'] = 'automake --force-missing --copy'
#os.environ['V'] = '1'

#
os.environ['GLEW_DEST'] = prefix

# env vars to help some tests find things...
os.environ['JHBUILD_CHECKOUTROOT'] = checkoutroot
os.environ['JHBUILD_BUILDROOT'] = buildroot
os.environ['JHBUILD_PREFIX'] = prefix

autogenargs = '--cache-file=/jhbuild/configure-cache'

module_autogenargs['xserver'] = autogenargs + ' --enable-windowswm --enable-xf86bigfont'
module_autogenargs['xserver'] = module_autogenargs['xserver'] + ' --enable-xvfb --enable-xnest --enable-dmx --enable-kdrive --enable-xephyr --enable-xfake --disable-xfbdev --enable-xorg --enable-xwin'
module_autogenargs['xserver'] = module_autogenargs['xserver'] + ' --with-builderstring="Tag: `cd ' + checkoutroot + '/xorg/xserver ; git describe | tr -d \\n`"'

module_autogenargs['xkeyboard-config'] = autogenargs + ' --with-xkb-rules-symlink=xorg'

# libXfont must be built static due to weak linkage nonsense
module_autogenargs['libXfont'] = autogenargs + ' --disable-shared'

# workaround a bug in fontconfig configury
#module_autogenargs['fontconfig'] = autogenargs + ' --with-libiconv=/usr'

# build libGL (--with-driver=xlib)
module_autogenargs['libGL'] = autogenargs + ' --with-driver=xlib --with-gallium-drivers=swrast --disable-egl'
# also build libGL indirect only (--with-driver=dri --disable-driglx-direct)
module_autogenargs['libGL-indirect-only'] = autogenargs + ' --prefix=/jhbuild/install/libGL-indirect-only --libdir=/jhbuild/install/libGL-indirect-only/lib --with-driver=dri --disable-driglx-direct --disable-egl --with-gallium-drivers='
# also build libGL indirect only with shared-glapi (--with-driver=dri --disable-driglx-direct --enable-shared-glapi)
module_autogenargs['libGL-indirect-only-shared-glapi'] = autogenargs + ' --with-driver=dri --disable-driglx-direct --disable-egl --enable-shared-glapi --with-gallium-drivers='

# pixman tests fail otherwise, I'm assuming this is a toolchain bug...
module_autogenargs['pixman'] = autogenargs + ' --disable-openmp'

# do not start xvfb for any testmodules
noxvfb = True

# always run 'make check'
if 'TINDERBOX' in os.environ:
	makecheck = True