app-emulation/vkd3d: Sync with ::wine

Fix build

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
Nick Sarnie
2020-09-29 18:35:31 -04:00
parent c9ff12a303
commit 3b885c9ae3
2 changed files with 3 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ SLOT="0"
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)
--disable-doxygen-pdf
)
ECONF_SOURCE=${S} econf "${myconf[@]}"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,6 +40,7 @@ src_prepare() {
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)
--disable-doxygen-pdf
)
ECONF_SOURCE=${S} econf "${myconf[@]}"