awy

Gentoo ebuilds
git clone https://git.awy.one/awy
Log | Files | Refs

vk-hdr-layer-9999.ebuild (341B) - View raw


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
EAPI=8

inherit git-r3 meson

DESCRIPTION="Vulkan Wayland HDR WSI Layer"
HOMEPAGE="https://github.com/Zamundaaa/VK_hdr_layer"
EGIT_REPO_URI="https://github.com/Zamundaaa/VK_hdr_layer.git"

LICENSE="MIT"
SLOT="0"

DEPEND="
	x11-libs/libX11
	dev-util/vulkan-headers
	media-libs/vulkan-loader
	dev-libs/wayland
"
RDEPEND="${DEPEND}"
BDEPEND=""