Commit 3d2a8edc authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

build X libraires with minimal options.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45513 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d674d73e
...@@ -27,6 +27,8 @@ url = http://www.x.org/releases/X11R7.6/src/proto/xproto-7.0.20.tar.bz2 ...@@ -27,6 +27,8 @@ url = http://www.x.org/releases/X11R7.6/src/proto/xproto-7.0.20.tar.bz2
md5sum = 65633168e5315c19defb4652cd3d83c1 md5sum = 65633168e5315c19defb4652cd3d83c1
configure-options = configure-options =
--disable-specs --disable-specs
--without-xmlto
--without-fop
[xextproto] [xextproto]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
...@@ -43,6 +45,8 @@ url = http://www.x.org/releases/X11R7.6/src/lib/xtrans-1.2.6.tar.bz2 ...@@ -43,6 +45,8 @@ url = http://www.x.org/releases/X11R7.6/src/lib/xtrans-1.2.6.tar.bz2
md5sum = c66f9ffd2da4fb012220c6c40ebc7609 md5sum = c66f9ffd2da4fb012220c6c40ebc7609
configure-options = configure-options =
--disable-docs --disable-docs
--without-xmlto
--without-fop
[libXau] [libXau]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
...@@ -71,6 +75,8 @@ md5sum = e8fa31b42e13f87e8f5a7a2b731db7ee ...@@ -71,6 +75,8 @@ md5sum = e8fa31b42e13f87e8f5a7a2b731db7ee
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
url = http://www.x.org/releases/X11R7.6/src/xcb/libxcb-1.7.tar.bz2 url = http://www.x.org/releases/X11R7.6/src/xcb/libxcb-1.7.tar.bz2
md5sum = 925699df361b99491165ebc12068056b md5sum = 925699df361b99491165ebc12068056b
configure-options =
--disable-build-docs
environment = environment =
PKG_CONFIG_PATH=${xcbproto:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig PKG_CONFIG_PATH=${xcbproto:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig:${xproto:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig
LD_LIBRARY_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib LD_LIBRARY_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib
...@@ -95,6 +101,8 @@ environment = ...@@ -95,6 +101,8 @@ environment =
# CFLAGS=-fPIC # CFLAGS=-fPIC
configure-options = configure-options =
--disable-specs --disable-specs
--without-xmlto
--without-fop
patches = patches =
${libXext-patch-link-error:location}/${libXext-patch-link-error:filename} ${libXext-patch-link-error:location}/${libXext-patch-link-error:filename}
patch-options = -p1 patch-options = -p1
...@@ -117,6 +125,9 @@ configure-options = ...@@ -117,6 +125,9 @@ configure-options =
--disable-xcms --disable-xcms
--disable-xf86bigfont --disable-xf86bigfont
--disable-xkb --disable-xkb
--disable-specs
--without-xmlto
--without-fop
environment = environment =
PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${xtrans:location}/share/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig PKG_CONFIG_PATH=${xproto:location}/lib/pkgconfig:${xextproto:location}/lib/pkgconfig:${xtrans:location}/share/pkgconfig:${libxcb:location}/lib/pkgconfig:${xorg-libpthread-stubs:location}/lib/pkgconfig:${libXau:location}/lib/pkgconfig
......
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