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:
Matthew Thode
2023-05-13 12:06:08 -05:00
parent f123e9823e
commit f089c6b080
2 changed files with 2 additions and 3 deletions

View File

@@ -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>

View File

@@ -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:= )