Changes between Version 17 and Version 18 of Xorg7ProtocolHeaders


Ignore:
Timestamp:
12/01/2009 01:14:42 PM (14 years ago)
Author:
willimm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xorg7ProtocolHeaders

    v17 v18  
    11= Xorg 7 =
    2 You should edit the Automated build scripts. here is xorg 7.4 build scripts. and make sure that you already configure your "PKG_CONFIG_PATH"
     2You should edit the Automated build scripts. here is xorg 7.5 build scripts. and make sure that you already configured your "PKG_CONFIG_PATH"
    33
    44== Protocol Headers ==
     
    1515
    1616{{{
    17 for package in $(grep -v '^#' ../proto-7.4.wget)
     17for package in $(grep -v '^#' ../proto-7.5-2.wget)
    1818do
    1919  packagedir=${package%.tar.bz2}
     
    2424  cd ..
    2525  rm -rf $packagedir
    26 done 2>&1 | tee -a ../proto-7.4-compile.log
     26done 2>&1 | tee -a ../proto-7.5-2-compile.log
    2727}}}
    2828
     
    3232windowswmproto is for win32.
    3333
    34 xproxymanagementprotocol is now deprecated, use e.g. ssh instead, but do not leave it out because several Xorg applications require it.
    35 
    3634There is further information on dependencies at http://gentoo.linuxhowtos.org/portage/x11-proto - like any wiki it may or may not be accurate.
    3735