Changes between Version 17 and Version 18 of Xorg7ProtocolHeaders
- Timestamp:
- 12/01/2009 01:14:42 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Xorg7ProtocolHeaders
v17 v18 1 1 = Xorg 7 = 2 You should edit the Automated build scripts. here is xorg 7. 4 build scripts. and make sure that you already configureyour "PKG_CONFIG_PATH"2 You should edit the Automated build scripts. here is xorg 7.5 build scripts. and make sure that you already configured your "PKG_CONFIG_PATH" 3 3 4 4 == Protocol Headers == … … 15 15 16 16 {{{ 17 for package in $(grep -v '^#' ../proto-7. 4.wget)17 for package in $(grep -v '^#' ../proto-7.5-2.wget) 18 18 do 19 19 packagedir=${package%.tar.bz2} … … 24 24 cd .. 25 25 rm -rf $packagedir 26 done 2>&1 | tee -a ../proto-7. 4-compile.log26 done 2>&1 | tee -a ../proto-7.5-2-compile.log 27 27 }}} 28 28 … … 32 32 windowswmproto is for win32. 33 33 34 xproxymanagementprotocol is now deprecated, use e.g. ssh instead, but do not leave it out because several Xorg applications require it.35 36 34 There is further information on dependencies at http://gentoo.linuxhowtos.org/portage/x11-proto - like any wiki it may or may not be accurate. 37 35