diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-10-09 16:31:33 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-10-09 16:31:57 -0400 |
commit | d0e8c93af7f8454b0b217a245290649d9c0394e3 (patch) | |
tree | a9fd8638084ba32951089ec208581cf74c627ab2 /x11-libs | |
parent | x11-libs/libxkbcommon: Pass bash-completion-path (diff) | |
download | gentoo-d0e8c93af7f8454b0b217a245290649d9c0394e3.tar.gz gentoo-d0e8c93af7f8454b0b217a245290649d9c0394e3.tar.bz2 gentoo-d0e8c93af7f8454b0b217a245290649d9c0394e3.zip |
x11-libs/libxkbcommon: Limit wayland dependencies to USE=tools
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild index d4a5d3eb4ac3..edf3040dd26b 100644 --- a/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild +++ b/x11-libs/libxkbcommon/libxkbcommon-1.6.0.ebuild @@ -26,18 +26,18 @@ BDEPEND=" sys-devel/bison doc? ( app-doc/doxygen ) test? ( ${PYTHON_DEPS} ) - wayland? ( dev-util/wayland-scanner ) + tools? ( wayland? ( dev-util/wayland-scanner ) ) " RDEPEND=" X? ( >=x11-libs/libxcb-1.10:=[${MULTILIB_USEDEP}] ) - wayland? ( >=dev-libs/wayland-1.2.0[${MULTILIB_USEDEP}] ) + tools? ( wayland? ( >=dev-libs/wayland-1.2.0[${MULTILIB_USEDEP}] ) ) dev-libs/libxml2[${MULTILIB_USEDEP}] x11-misc/compose-tables x11-misc/xkeyboard-config " DEPEND="${RDEPEND} X? ( x11-base/xorg-proto ) - wayland? ( >=dev-libs/wayland-protocols-1.12 ) + tools? ( wayland? ( >=dev-libs/wayland-protocols-1.12 ) ) " pkg_setup() { |