Changes between Version 3 and Version 4 of Software/X.Org


Ignore:
Timestamp:
03/02/17 15:00:28 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/X.Org

    v3 v4  
    125125}}}
    126126
     127== 3. Build X.Org
     128
     129{{{ #!sh
     130export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:-}"
     131#export XORG_VERSION_DATE=
     132export XORG_SKIP_SET="libAppleWM mtdev xf86-input-joystick xf86-video-ati xf86-video-geode xf86-video-modesetting xf86-video-sisusb xf86-video-v4l xf86-video-vmware xf86-video-wsfb xf86-input-evdev "
     133jhbuild -f xorg.jhbuildrc
     134}}}