gui-wm/headlesswl - 9999 (redjard)

Search

Install

Install this version:

emerge -a =gui-wm/headlesswl-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-wm/headlesswl-9999

Or alternatively:

emerge --autounmask-write -a =gui-wm/headlesswl-9999

Package Information

Description:
Minimal headless wayland compositor based on wlroots
Homepage:
https://codeberg.org/redjard/headlesswl
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs meson

DESCRIPTION="Minimal headless wayland compositor based on wlroots"
HOMEPAGE="https://codeberg.org/redjard/headlesswl"
LICENSE="GPL-3"
SLOT="0"

KEYWORDS="~amd64"  # pls someone test other arches
[[ ${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 )

Inherited Eclasses

Dependencies

DEPEND

	
	dev-libs/wayland
	gui-libs/wlroots:0.19=

	dev-libs/wayland-protocols

RDEPEND

	dev-libs/wayland
	gui-libs/wlroots:0.19=

BDEPEND

	dev-util/wayland-scanner
	virtual/pkgconfig