summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libv4l/libv4l-1.28.1.ebuild')
-rw-r--r--media-libs/libv4l/libv4l-1.28.1.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/media-libs/libv4l/libv4l-1.28.1.ebuild b/media-libs/libv4l/libv4l-1.28.1.ebuild
index c87900980f76..f304fa3cbd8a 100644
--- a/media-libs/libv4l/libv4l-1.28.1.ebuild
+++ b/media-libs/libv4l/libv4l-1.28.1.ebuild
@@ -14,11 +14,10 @@ S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-2.1+"
SLOT="0/0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="bpf doc dvb jpeg qt5 qt6 tracer +utils"
+IUSE="bpf doc dvb jpeg qt6 tracer +utils"
REQUIRED_USE="
bpf? ( utils )
- qt5? ( utils )
qt6? ( utils )
tracer? ( utils )
"
@@ -38,14 +37,6 @@ RDEPEND="
media-libs/alsa-lib
virtual/opengl
)
- !qt6? ( qt5? (
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtopengl:5[-gles2-only(-),-gles2(-)]
- dev-qt/qtwidgets:5
- media-libs/alsa-lib
- virtual/opengl
- ) )
tracer? ( dev-libs/json-c:= )
virtual/libudev
)
@@ -64,7 +55,6 @@ BDEPEND="
utils? (
dev-lang/perl
qt6? ( dev-qt/qtbase:6 )
- !qt6? ( qt5? ( dev-qt/qtcore:5 ) )
)
"
@@ -108,7 +98,7 @@ multilib_src_configure() {
$(meson_native_use_bool doc doxygen-html)
$(meson_native_use_bool doc doxygen-man)
)
- if multilib_is_native_abi && { use qt6 || use qt5; }; then
+ if multilib_is_native_abi && use qt6; then
emesonargs+=(
-Dqv4l2=enabled
-Dqvidcap=enabled