9 lines
318 B
Plaintext
9 lines
318 B
Plaintext
DEPENDS += " \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxrandr', '', d)} \
|
|
"
|
|
|
|
pkg_postinst:${PN}:ccimx6() {
|
|
echo '# Use FSL gstreamer plugin video source' >> $D${sysconfdir}/profile.d/qt6.sh
|
|
echo 'export QT_GSTREAMER_CAMERABIN_VIDEOSRC="imxv4l2src"' >> $D${sysconfdir}/profile.d/qt6.sh
|
|
}
|