UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

wayland

Wayland is a project to define a protocol for a compositor to talk to its clients as well as a library implementation of the protocol.

Package info

Codename: wayland
Source file: wayland-1.15.0.tar.xz
Source directory: wayland-1.15.0
Package URL: https://umvirt.com/linux/downloads/0.1/packages/w/wayland-1.15.0.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/w/wayland-1.15.0.tar.xz.md5sum
Dependances: libxml2.
Dependance of: wayland-protocols, cogl, wpebackend, qt5.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr    \
            $ARG_STATIC \
            --disable-documentation

Build script:
make

Install script:
make install