blob: 7258cbde402ef39b15964a2d128e1c6a321d1a84 (
plain)
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=""
|