Changes between Version 5 and Version 6 of Software/X.Org


Ignore:
Timestamp:
03/02/17 16:51:02 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/X.Org

    v5 v6  
    4949Some of the !ThirdParty packages need to be built first. These third party sources are required, but are not bundled.
    5050* [https://github.com/westes/flex flex]
    51 * [https://www.gnu.org/software/gperf gperf] - version 3.1 works.
     51* [https://www.gnu.org/software/gperf gperf] - version 3.1 works (required to build Fontconfig)
    5252* [https://www.freetype.org FreeType] - version 2.4.0 works.
    5353
    5454{{{ #!sh
     55GPERF_ROOT=<path to installed gperf>
     56FREETYPE_ROOT=<path to installed freetype>
     57
    5558export PATH=${GPERF_ROOT}/bin:$PATH
    5659export PKG_CONFIG_PATH=${FREETYPE_ROOT}/lib/pkgconfig:$PKG_CONFIG_PATH
     
    134137jhbuild -f xorg.jhbuildrc
    135138}}}
     139
     140== 4. Cross-Compile X.Org
     141
     142=== General Instructions
     143* https://www.x.org/wiki/CrossCompilingXorg
     144
     145=== xorg.jhbuildrc
     146* https://www.x.org/wiki/CrossCompilingXorgJhbuild