UmVirt LFS Package info
DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
xorg-server
The Xorg Server is the core of the X Window system.Package info
Template:
Codename: xorg-server
Source file: xorg-server-21.1.18.tar.xz
Source file size: 5037376
Source file MD5-checkum: 43225ddc1fd8d7ae7671c25ab6d1f927
Source directory: xorg-server-21.1.18
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/Xorg/xorg-server-21.1.18.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/Xorg/xorg-server-21.1.18.tar.xz.md5sum
Dependances: Xfonts, xkeyboard-config, libxcvt, pixman, libepoxy, libtirpc.
Dependance of: xf86-input-libinput, xf86-input-synaptics, xf86-input-wacom, 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-video-vmware, xf86-input-evdev, lightdm-app, X.
Patches: xorg-server-21.1.18-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 \
-D glamor=true \
-D xkb_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