Skip to content

Commit

Permalink
dev-util/vulkan-tools: Remove unnecessary patch from 9999
Browse files Browse the repository at this point in the history
Upstream added VULKAN_HEADERS_INSTALL_DIR

Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
sarnex committed Jun 10, 2018
1 parent cca68a7 commit 9ffdef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-util/vulkan-tools/vulkan-tools-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ DEPEND="${PYTHON_DEPS}
x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
)"

PATCHES=( "${FILESDIR}/${PN}-Use-usr-for-vulkan-headers.patch" )

multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=True
Expand All @@ -46,6 +44,7 @@ multilib_src_configure() {
-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)
-DGLSLANG_INSTALL_DIR="/usr"
-DVULKAN_HEADERS_INSTALL_DIR="/usr"
)
cmake-utils_src_configure
}

0 comments on commit 9ffdef3

Please sign in to comment.