mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/bemenu: fix missing xcb dep when wayland only
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -29,6 +29,7 @@ DEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
x11-libs/cairo
|
||||
x11-libs/pango
|
||||
x11-libs/libxcb
|
||||
)
|
||||
X? (
|
||||
x11-libs/libxcb
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2019-2021 Gentoo Authors
|
||||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -29,6 +29,7 @@ DEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
x11-libs/cairo
|
||||
x11-libs/pango
|
||||
x11-libs/libxcb
|
||||
)
|
||||
X? (
|
||||
x11-libs/libxcb
|
||||
|
||||
Reference in New Issue
Block a user