summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-07-28 15:52:26 -0700
committerMatt Turner <mattst88@gentoo.org>2019-07-28 15:52:37 -0700
commitfaa2f5feb01fff91f6f8e3458281b11a45cbd01f (patch)
tree392a21e8c7cef71f1dded88a015d5a00c85fc353 /dev-util/vulkan-tools/vulkan-tools-9999.ebuild
parentdev-util/vulkan-tools: Add Python 3.7 support (diff)
downloadgentoo-faa2f5feb01fff91f6f8e3458281b11a45cbd01f.tar.gz
gentoo-faa2f5feb01fff91f6f8e3458281b11a45cbd01f.tar.bz2
gentoo-faa2f5feb01fff91f6f8e3458281b11a45cbd01f.zip
dev-util/vulkan-tools: Enable X by default
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/vulkan-tools/vulkan-tools-9999.ebuild')
-rw-r--r--dev-util/vulkan-tools/vulkan-tools-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
index 2a6ce1302f76..574fee54f75e 100644
--- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
+++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild
@@ -22,7 +22,7 @@ HOMEPAGE="https://github.com/KhronosGroup/Vulkan-Tools"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE="+cube +vulkaninfo X wayland"
+IUSE="+cube +vulkaninfo +X wayland"
COMMON_DEPEND="media-libs/vulkan-loader:=[${MULTILIB_USEDEP},wayland?,X?]
wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
X? (
@@ -37,7 +37,7 @@ RDEPEND="${COMMON_DEPEND}"
# Vulkaninfo does not support wayland
REQUIRED_USE="|| ( X wayland )
- vulkaninfo? ( X )"
+ vulkaninfo? ( X )"
pkg_setup() {
MULTILIB_CHOST_TOOLS=()