Commit 71a452d8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

build shared libraries only.

parent 97e01e83
...@@ -19,4 +19,4 @@ command = ...@@ -19,4 +19,4 @@ command =
mkdir -p ${:destination} && mkdir -p ${:destination} &&
cd ${:source} && cd ${:source} &&
./bootstrap.sh --prefix=${:location} && ./bootstrap.sh --prefix=${:location} &&
./bjam install ./bjam link=shared install
...@@ -21,6 +21,7 @@ md5sum = f101a9e88b783337b20b2e26dfd26d5f ...@@ -21,6 +21,7 @@ md5sum = f101a9e88b783337b20b2e26dfd26d5f
depends = depends =
${libpng:so_version} ${libpng:so_version}
configure-options = configure-options =
--disable-static
--enable-tee=yes --enable-tee=yes
--enable-xlib=yes --enable-xlib=yes
environment = environment =
......
...@@ -14,6 +14,8 @@ extends = ...@@ -14,6 +14,8 @@ extends =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.8.tar.xz url = http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.8.tar.xz
md5sum = 767e73c4174f75b99695d4530fd9bb80 md5sum = 767e73c4174f75b99695d4530fd9bb80
configure-options =
--disable-static
environment = environment =
PATH=${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s PATH=${pkgconfig:location}/bin:${xz-utils:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${pkgconfig:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig PKG_CONFIG_PATH=${pkgconfig:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${zlib:location}/lib/pkgconfig
......
...@@ -247,6 +247,8 @@ md5sum = 9959fe0bfb22a0e7260433b8d199590a ...@@ -247,6 +247,8 @@ md5sum = 9959fe0bfb22a0e7260433b8d199590a
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://xorg.freedesktop.org/archive/individual/lib/pixman-0.32.4.tar.bz2 url = http://xorg.freedesktop.org/archive/individual/lib/pixman-0.32.4.tar.bz2
md5sum = cdb566504fe9daf6728c7b03cc7ea228 md5sum = cdb566504fe9daf6728c7b03cc7ea228
configure-options =
--disable-static
[libfontenc] [libfontenc]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
......
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