gentoo/app-misc/wayland-utils/wayland-utils-1.3.0.ebuild
Matt Turner 01d228a8f3
app-misc/wayland-utils: Version bump to 1.3.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2025-11-26 20:43:00 -05:00

31 lines
686 B
Bash

# 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
}