# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Metapackage for the Asahi support packages"
HOMEPAGE="https://asahilinux.org/"

LICENSE="metapackage"
SLOT=0
KEYWORDS="arm64"
IUSE="kde +mesa sound"

RDEPEND="
	sys-boot/m1n1
	sys-boot/u-boot
	sys-apps/asahi-scripts
	sys-apps/asahi-configs
	sys-firmware/asahi-firmware
	media-libs/alsa-ucm-conf-asahi
	sound? ( media-libs/asahi-audio )
	mesa? (
		>=media-libs/mesa-24.1.0_pre20240228[video_cards_asahi(-)]
	)
	kde? ( kde-plasma/kwin[filecaps] )
"