Commit dae4fc95 authored by Vivien Alger's avatar Vivien Alger

Begun implementation of Xserver

parent 8c2827e6
[buildout]
extends =
../../stack/java.cfg
../../component/xorg/buildout.cfg
parts =
selenium
Xserver
Mesa
glproto
pixman
[selenium]
recipe = hexagonit.recipe.download
url = http://selenium.googlecode.com/files/selenium-server-standalone-2.1.0.jar
download-only = true
filename = selenium-server.jar
[Xserver]
recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/xserver/xorg-server-1.9.3.tar.bz2
configure-options =
--enable-xvfb
environment =
PKG_CONFIG_PATH=${glproto:location}/lib/pkgconfig:${pixman:location}/lib/pkgconfig:${libX11:location}/lib/pkgconfig:${Mesa:location}/lib/pkgconfig
LD_LIBRARY_PATH=${glproto:location}/lib:${pixman:location}/lib:${libX11:location}/lib:${Mesa:location}/lib
LD_RUN_PATH=${glproto:location}/lib:${pixman:location}/lib:${libX11:location}/lib:${Mesa:location}/lib
PATH=${pkgconfig:location}/bin:%(PATH)s
[Mesa]
recipe = hexagonit.recipe.cmmi
url = ftp://ftp.freedesktop.org/pub/mesa/current/MesaLib-7.10.3.tar.bz2
[glproto]
recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/proto/glproto-1.4.12.tar.bz2
[pixman]
recipe = hexagonit.recipe.cmmi
url = http://xorg.freedesktop.org/archive/individual/lib/pixman-0.23.2.tar.bz2
#[firefox]
#recipe = hexagonit.recipe.cmmi
#url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/5.0/source/firefox-5.0.source.tar.bz2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment