Commit 53c5ae81 authored by Jérome Perrin's avatar Jérome Perrin

testnode: link many more softwares

parent 60eeae00
......@@ -12,9 +12,16 @@ extends =
../../component/gcc/buildout.cfg
../../component/dash/buildout.cfg
../../component/inkscape/buildout.cfg
../../component/ghostscript/buildout.cfg
../../component/openssl/buildout.cfg
../../component/libreoffice-bin/buildout.cfg
../../component/imagemagick/buildout.cfg
../../component/boost-lib/buildout.cfg
../../component/cmake/buildout.cfg
../../component/gtk-2/buildout.cfg
../../component/graphviz/buildout.cfg
../../component/xorg/buildout.cfg
../../component/mesa/buildout.cfg
../../component/firefox/buildout.cfg
parts =
......@@ -49,6 +56,12 @@ input = inline:
[mariadb]
recipe =
location = ${mariadb:location}
[mroonga-mariadb]
recipe =
location = ${mroonga-mariadb:location}
[git]
recipe =
location = ${git:location}
[gcc]
recipe =
location = ${gcc:location}
......@@ -58,6 +71,9 @@ input = inline:
[dash]
recipe =
location = ${dash:location}
[ghostscript]
recipe =
location = ${ghostscript:location}
[inkscape]
recipe =
location = ${inkscape:location}
......@@ -67,9 +83,42 @@ input = inline:
[libreoffice-bin]
recipe =
location = ${libreoffice-bin:location}
[imagemagick]
recipe =
location = ${imagemagick:location}
[boost-lib]
recipe =
location = ${boost-lib:location}
[cmake]
recipe =
location = ${cmake:location}
[gtk-2]
recipe =
location = ${gtk-2:location}
[gtkmm]
recipe =
location = ${gtkmm:location}
[gdk-pixbuf]
recipe =
location = ${gdk-pixbuf:location}
[glib]
recipe =
location = ${glib:location}
[glibmm]
recipe =
location = ${glibmm:location}
[graphviz]
recipe =
location = ${graphviz:location}
[xserver]
recipe =
location = ${xserver:location}
[mesa]
recipe =
location = ${mesa:location}
[glu]
recipe =
location = ${glu:location}
[firefox]
recipe =
location = ${firefox:location}
......
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