mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
media-libs/VulkanMemoryAllocator: fix the documentation directory name
Closes: https://bugs.gentoo.org/975303 Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
@@ -18,6 +18,12 @@ BDEPEND="
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s|doc/VulkanMemoryAllocator|doc/${PF}|" CMakeLists.txt
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DVMA_BUILD_DOCUMENTATION=$(usex doc)
|
||||
|
||||
Reference in New Issue
Block a user