Changes between Version 12 and Version 13 of Xorg7ProtocolHeaders


Ignore:
Timestamp:
04/26/2008 06:52:07 PM (16 years ago)
Author:
DJ Lucas
Comment:

I jumped the gun on 7.3

Legend:

Unmodified
Added
Removed
Modified
  • Xorg7ProtocolHeaders

    v12 v13  
    11= Xorg 7 =
    2 You should edit the Automated build scripts. here is xorg 7.3 build scripts. and make sure that you already configure your "PKG_CONFIG_PATH"
     2You should edit the Automated build scripts. here is xorg 7.2 build scripts. and make sure that you already configure your "PKG_CONFIG_PATH"
    33
    44== Protocol Headers ==
     
    1515
    1616{{{
    17 for package in $(grep -v '^#' ../proto-7.3.wget)
     17for package in $(grep -v '^#' ../proto-7.2.wget)
    1818do
    1919  packagedir=$(echo $package | sed 's/.tar.bz2//')
     
    2424  cd ..
    2525  rm -rf $packagedir
    26 done 2>&1 | tee -a ../proto-7.3-compile.log
     26done 2>&1 | tee -a ../proto-7.2-compile.log
    2727}}}
    2828