mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libv4l: Allow Qt5 to be chosen over Qt6
Blocking Qt6 was too disruptive. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -39,7 +39,6 @@ RDEPEND="
|
||||
virtual/opengl
|
||||
)
|
||||
!qt6? ( qt5? (
|
||||
!dev-qt/qtbase:6
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtopengl:5[-gles2-only(-),-gles2(-)]
|
||||
@@ -89,6 +88,11 @@ pkg_setup() {
|
||||
CONFIG_CHECK="~SHMEM" linux-info_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
use qt6 || sed -i "/^dep_qt6/s/'qt6/&DiSaBlEd/" meson.build || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_native_use_feature bpf)
|
||||
|
||||
Reference in New Issue
Block a user