mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-libs/wlroots: libdisplay-info is non-optional when using libdrm
libdrm is statically enabled Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
wlroots is developed under the direction of the <pkg>gui-wm/sway</pkg> project.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="display-info">Enable support for EDID and DisplayID</flag>
|
||||
<flag name="hwdata">Use system hwdata</flag>
|
||||
<flag name="liftoff">Enable support for libliftoff kms plane backend</flag>
|
||||
<flag name="seatd">Enable libseatd session support</flag>
|
||||
|
||||
@@ -19,14 +19,14 @@ else
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
IUSE="display-info +hwdata liftoff +seatd tinywl +udev vulkan x11-backend xcb-errors X"
|
||||
IUSE="+hwdata liftoff +seatd tinywl +udev vulkan x11-backend xcb-errors X"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/libinput-1.14.0:0=
|
||||
>=dev-libs/wayland-1.22.0
|
||||
>=dev-libs/wayland-protocols-1.28
|
||||
media-libs/mesa[egl(+),gles2]
|
||||
display-info? ( media-libs/libdisplay-info )
|
||||
media-libs/libdisplay-info
|
||||
hwdata? ( sys-apps/hwdata:= )
|
||||
liftoff? ( dev-libs/libliftoff )
|
||||
seatd? ( sys-auth/seatd:= )
|
||||
|
||||
Reference in New Issue
Block a user