diff options
author | 2023-12-12 23:40:23 +0000 | |
---|---|---|
committer | 2023-12-12 23:48:14 +0000 | |
commit | ab3ce48858534a9189961d1a4399e2df38de3797 (patch) | |
tree | b9e195c134811e531a61190acb7eb50acf7bcf50 /media-libs/libv4l | |
parent | sys-kernel/linux-firmware: drop 20230804 (diff) | |
download | gentoo-ab3ce48858534a9189961d1a4399e2df38de3797.tar.gz gentoo-ab3ce48858534a9189961d1a4399e2df38de3797.tar.bz2 gentoo-ab3ce48858534a9189961d1a4399e2df38de3797.zip |
media-libs/libv4l: Don't allow dev-qt/qtopengl to have USE=gles2-only
I had handled the older gles2 flag, but not gles2-only. media-tv/v4l-utils is
still wrong, but we'll be last-riting it before long anyway.
Closes: https://bugs.gentoo.org/919794
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/libv4l')
-rw-r--r-- | media-libs/libv4l/libv4l-1.26.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libv4l/libv4l-1.26.0.ebuild b/media-libs/libv4l/libv4l-1.26.0.ebuild index 2913916767cc..550c6a1bd084 100644 --- a/media-libs/libv4l/libv4l-1.26.0.ebuild +++ b/media-libs/libv4l/libv4l-1.26.0.ebuild @@ -34,7 +34,7 @@ RDEPEND=" qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 - dev-qt/qtopengl:5[-gles2(-)] + dev-qt/qtopengl:5[-gles2-only(-),-gles2(-)] dev-qt/qtwidgets:5 media-libs/alsa-lib virtual/opengl |