UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

xwayland

The Xwayland package is an Xorg server running on top of the wayland server.

Package info

Template: meson
Codename: xwayland
Source file: xwayland-24.1.9.tar.xz
Source file size: 1304268
Source file MD5-checkum: 4351b63c22acfe1bf29c56950d2824ae
Source directory: xwayland-24.1.9
Package URL: https://umvirt.com/linux/downloads/0.3/packages/Xorg/xwayland-24.1.9.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.3/packages/Xorg/xwayland-24.1.9.tar.xz.md5sum
Dependances: Xlibs, wayland-protocols, mesa, Xfonts, libxcvt, pixman, libepoxy, libtirpc.
Dependance of: plasma, X.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i '/install_man/,$d' meson.build &&

mkdir build &&
cd    build &&

meson setup ..                       \
      --prefix=$XORG_PREFIX          \
      --buildtype=release            \
      -D xkb_output_dir=/var/lib/xkb 
            

Build script:
cd    build
ninja

Install script:
cd    build
ninja install