summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2018-04-22 18:58:35 -0400
committerNick Sarnie <sarnex@gentoo.org>2018-04-22 19:03:30 -0400
commit89e57fb8b4db589e811846dd108f1076842b66bd (patch)
tree46f9ced9a2e6059db0248c19a04c59b3927de906 /media-libs/vulkan-loader/vulkan-loader-9999.ebuild
parentdev-java/java-sdk-docs: Stabilise 1.8.0.172 and remove old (diff)
downloadgentoo-89e57fb8b4db589e811846dd108f1076842b66bd.tar.gz
gentoo-89e57fb8b4db589e811846dd108f1076842b66bd.tar.bz2
gentoo-89e57fb8b4db589e811846dd108f1076842b66bd.zip
media-libs/vulkan-loader: Fix the installation directory of the layers
Upstream installs them into ${prefix}/etc, but these are not configuration files. They should be in the data root directory. This change is based on an idea from stephan wezel <s.wezel@web.de> Bug: https://bugs.gentoo.org/619124 Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'media-libs/vulkan-loader/vulkan-loader-9999.ebuild')
-rw-r--r--media-libs/vulkan-loader/vulkan-loader-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
index b83dbcb76bcd..6d43117ed79a 100644
--- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild
@@ -36,7 +36,10 @@ DEPEND="${PYTHON_DEPS}
x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
)"
-PATCHES=( "${FILESDIR}/${PN}-Use-a-file-to-get-the-spirv-tools-commit-ID.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-Fix-layers-install-directory.patch"
+ "${FILESDIR}/${PN}-Use-a-file-to-get-the-spirv-tools-commit-ID.patch"
+ )
multilib_src_configure() {
local mycmakeargs=(