UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

xorg-server

The Xorg Server is the core of the X Window system.

Package info

Codename: xorg-server
Source file: xorg-server-21.1.8.tar.xz
Source directory: xorg-server-21.1.8
Package URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/xorg-server-21.1.8.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/Xorg/xorg-server-21.1.8.tar.xz.md5sum
Dependances: Xfonts, xkeyboard-config, libxcvt, pixman, libepoxy, libtirpc.
Dependance of: twm, xf86-video-amdgpu, xf86-video-ati, xf86-video-cirrus, xf86-video-fbdev, xf86-video-intel, xf86-video-nouveau, xf86-video-qxl, xf86-video-vboxvideo, xf86-video-vesa, xf86-input-evdev, xf86-video-vmware, xf86-input-libinput, xf86-input-synaptics, xf86-input-wacom, lightdm-app, X.
Patches: xorg-server-21.1.8-tearfree_backport-1.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup ..              \
      --prefix=$XORG_PREFIX \
      --localstatedir=/var  \
      -Dglamor=true         \
      -Dxkb_output_dir=/var/lib/xkb 


Build script:
cd    build
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi


Install script:
cd    build
ninja install &&
mkdir -pv /etc/X11/xorg.conf.d