Skip to content

Commit

Permalink
app-emulation/vkd3d: Sync with ::wine
Browse files Browse the repository at this point in the history
Fix build

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Nick Sarnie <[email protected]>
  • Loading branch information
sarnex committed Sep 29, 2020
1 parent c9ff12a commit 3b885c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app-emulation/vkd3d/vkd3d-1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ SLOT="0"
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)
--disable-doxygen-pdf
)

ECONF_SOURCE=${S} econf "${myconf[@]}"
Expand Down
3 changes: 2 additions & 1 deletion app-emulation/vkd3d/vkd3d-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -40,6 +40,7 @@ src_prepare() {
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)
--disable-doxygen-pdf
)

ECONF_SOURCE=${S} econf "${myconf[@]}"
Expand Down

0 comments on commit 3b885c9

Please sign in to comment.