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

testnode: link many more softwares

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