Install this version:
emerge -a =gui-wm/headlesswl-0.1.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-wm/headlesswl-0.1.1
Or alternatively:
emerge --autounmask-write -a =gui-wm/headlesswl-0.1.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Minimal headless wayland compositor based on wlroots"
HOMEPAGE="https://codeberg.org/redjard/headlesswl"
LICENSE="GPL-3"
SLOT="0"
#KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
KEYWORDS="~amd64" # pls someone test
[[ ${PV} == 9999 ]] && unset KEYWORDS
RDEPEND="
dev-libs/wayland
gui-libs/wlroots:0.19=
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
dev-util/wayland-scanner
virtual/pkgconfig
"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/redjard/headlesswl.git"
else
SRC_URI="https://codeberg.org/redjard/headlesswl/archive/v${PV}.tar.gz"
S="${WORKDIR}/headlesswl"
fi
DOCS=( README.md )
src_configure() {
tc-export CC PKG_CONFIG
}
src_install() {
dobin headlesswl
einstalldocs
}
dev-libs/wayland gui-libs/wlroots:0.19= dev-libs/wayland-protocols
dev-libs/wayland gui-libs/wlroots:0.19=
dev-util/wayland-scanner virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | v0.1.1.tar.gz | 14129 bytes | https://codeberg.org/redjard/headlesswl/archive/v0.1.1.tar.gz |