diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 21:05:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-03 21:06:47 +0200 |
commit | 2c9ba7fdebab0743000ce864934f9659beb93362 (patch) | |
tree | 6d16cc0a440111a9fd2d8cea98cacd485e800700 /gui-libs/wlroots | |
parent | profiles/arch: drop >=gui-libs/wlroots-0.17.0[drm] mask (diff) | |
download | gentoo-2c9ba7fdebab0743000ce864934f9659beb93362.tar.gz gentoo-2c9ba7fdebab0743000ce864934f9659beb93362.tar.bz2 gentoo-2c9ba7fdebab0743000ce864934f9659beb93362.zip |
gui-libs/wlroots: add RDEPEND on media-libs/libglvnd
While transitive through "media-libs/mesa[egl(+)]", we should still
list this to be always correct. We link against this library.
No revbump since the new version is introduced in the same push.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-libs/wlroots')
-rw-r--r-- | gui-libs/wlroots/wlroots-0.17.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-libs/wlroots/wlroots-0.17.1.ebuild b/gui-libs/wlroots/wlroots-0.17.1.ebuild index 6b8d847bfa67..c27c7a385512 100644 --- a/gui-libs/wlroots/wlroots-0.17.1.ebuild +++ b/gui-libs/wlroots/wlroots-0.17.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,7 @@ REQUIRED_USE=" DEPEND=" >=dev-libs/wayland-1.22.0 + media-libs/libglvnd media-libs/mesa[egl(+),gles2] >=x11-libs/libdrm-2.4.114 x11-libs/libxkbcommon |