app-misc/wayland-utils - 1.3.0 (gentoo)

Search

Package Information

Description:
Display information about supported Wayland protocols and current compositor
Homepage:
https://gitlab.freedesktop.org/wayland/wayland-utils
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="Display information about supported Wayland protocols and current compositor"
HOMEPAGE="https://gitlab.freedesktop.org/wayland/wayland-utils"
SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"

RDEPEND="
	>=dev-libs/wayland-1.20.0
	>=x11-libs/libdrm-2.4.109
"
DEPEND="${RDEPEND}
	>=dev-libs/wayland-protocols-1.44
"
BDEPEND="dev-util/wayland-scanner"

src_configure() {
	local emesonargs=(
		-Ddrm=enabled
	)
	meson_src_configure
}

Dependencies

DEPEND

	>=dev-libs/wayland-1.20.0
	>=x11-libs/libdrm-2.4.109

	>=dev-libs/wayland-protocols-1.44

RDEPEND

	>=dev-libs/wayland-1.20.0
	>=x11-libs/libdrm-2.4.109

BDEPEND

dev-util/wayland-scanner

Manifest for 1.3.0

Type File Size Source URLs
DIST wayland-utils-1.3.0.tar.bz2 18681 bytes https://gitlab.freedesktop.org/wayland/wayland-utils/-/archive/1.3.0/wayland-utils-1.3.0.tar.bz2