[Erp5-report] r45513 kazuhiko - /erp5/trunk/buildout/software-profiles/xorg.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 15 15:51:42 CEST 2011


Author: kazuhiko
Date: Fri Apr 15 15:51:42 2011
New Revision: 45513

URL: http://svn.erp5.org?rev=45513&view=rev
Log:
build X libraires with minimal options.

Modified:
    erp5/trunk/buildout/software-profiles/xorg.cfg

Modified: erp5/trunk/buildout/software-profiles/xorg.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/xorg.cfg?rev=45513&r1=45512&r2=45513&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/xorg.cfg [utf8] Fri Apr 15 15:51:42 2011
@@ -27,6 +27,8 @@ url = http://www.x.org/releases/X11R7.6/
 md5sum = 65633168e5315c19defb4652cd3d83c1
 configure-options =
   --disable-specs
+  --without-xmlto
+  --without-fop
 
 [xextproto]
 recipe = hexagonit.recipe.cmmi
@@ -43,6 +45,8 @@ url = http://www.x.org/releases/X11R7.6/
 md5sum = c66f9ffd2da4fb012220c6c40ebc7609
 configure-options =
   --disable-docs
+  --without-xmlto
+  --without-fop
 
 [libXau]
 recipe = hexagonit.recipe.cmmi
@@ -71,6 +75,8 @@ md5sum = e8fa31b42e13f87e8f5a7a2b731db7e
 recipe = hexagonit.recipe.cmmi
 url = http://www.x.org/releases/X11R7.6/src/xcb/libxcb-1.7.tar.bz2
 md5sum = 925699df361b99491165ebc12068056b
+configure-options =
+  --disable-build-docs
 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
   LD_LIBRARY_PATH=${xcbproto:location}/lib:${libXau:location}/lib:${xorg-libpthread-stubs:location}/lib:${libxslt:location}/lib
@@ -95,6 +101,8 @@ environment =
 # CFLAGS=-fPIC
 configure-options =
   --disable-specs
+  --without-xmlto
+  --without-fop
 patches =
   ${libXext-patch-link-error:location}/${libXext-patch-link-error:filename}
 patch-options = -p1
@@ -117,6 +125,9 @@ configure-options =
   --disable-xcms
   --disable-xf86bigfont
   --disable-xkb
+  --disable-specs
+  --without-xmlto
+  --without-fop
 
 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



More information about the Erp5-report mailing list