Skip to content

AstalWl

This library provides a framework for other libs implementing wayland protocols. It is not intended to be used directly.

Usage

You can browse the AstalWl reference.

Installation

  1. install dependencies

    sh
    sudo pacman -Syu meson vala valadoc wayland-client
    sh
    sudo dnf install meson vala valadoc wayland-devel wayland-protocols-devel gobject-introspection-devel
    sh
    sudo apt install meson valac valadoc libwayland-dev wayland-protocols gobject-introspection
  2. clone repo

    sh
    git clone https://github.com/aylur/astal.git
    cd astal/lib/wl
  3. install

    sh
    meson setup build
    meson install -C build

Released under the LGPL v2.1 License