media-libs/vulkan-layers: Remove unused cmake variable

Fixes: https://bugs.gentoo.org/673230
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
Nick Sarnie
2018-12-16 09:00:45 -05:00
parent 45b739107b
commit dfa54de334
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ DEPEND="${PYTHON_DEPS}
multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=True
-DBUILD_WSI_MIR_SUPPORT=False
-DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)

View File

@@ -37,7 +37,6 @@ DEPEND="${PYTHON_DEPS}
multilib_src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_RPATH=True
-DBUILD_WSI_MIR_SUPPORT=False
-DBUILD_WSI_WAYLAND_SUPPORT=$(usex wayland)
-DBUILD_WSI_XCB_SUPPORT=$(usex X)
-DBUILD_WSI_XLIB_SUPPORT=$(usex X)