diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-13 12:06:08 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-13 12:06:45 -0500 |
commit | f089c6b0803bab952864ab7b97ea268e195048cb (patch) | |
tree | 7462a0eb7b8f6232fb3f763d02a860e976a4334a /gui-libs | |
parent | media-libs/mesa: Depend on libclc for Intel Vulkan (diff) | |
download | gentoo-f089c6b0803bab952864ab7b97ea268e195048cb.tar.gz gentoo-f089c6b0803bab952864ab7b97ea268e195048cb.tar.bz2 gentoo-f089c6b0803bab952864ab7b97ea268e195048cb.zip |
gui-libs/wlroots: libdisplay-info is non-optional when using libdrm
libdrm is statically enabled
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/wlroots/metadata.xml | 1 | ||||
-rw-r--r-- | gui-libs/wlroots/wlroots-9999.ebuild | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gui-libs/wlroots/metadata.xml b/gui-libs/wlroots/metadata.xml index 3d959b74fcc6..69cb7d4fc088 100644 --- a/gui-libs/wlroots/metadata.xml +++ b/gui-libs/wlroots/metadata.xml @@ -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> diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index ad439b8816b3..ec3331b0dc80 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -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:= ) |