mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-client/qutebrowser: note prefix qtwebengine reminder
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -95,6 +95,7 @@ src_prepare() {
|
||||
|
||||
if use widevine && use prefix; then
|
||||
# hack: QtWebEngine knows Gentoo's widevine, but not with ${EPREFIX}
|
||||
# TODO: prefixify QtWebEngine itself
|
||||
local widevine=${EPREFIX}/usr/$(get_libdir)/chromium-browser/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so
|
||||
sed -e "/yield from _qtwebengine_settings_args/a\ yield '--widevine-path=${widevine}'" \
|
||||
-i ${PN}/config/qtargs.py || die
|
||||
|
||||
@@ -95,6 +95,7 @@ src_prepare() {
|
||||
|
||||
if use widevine && use prefix; then
|
||||
# hack: QtWebEngine knows Gentoo's widevine, but not with ${EPREFIX}
|
||||
# TODO: prefixify QtWebEngine itself
|
||||
local widevine=${EPREFIX}/usr/$(get_libdir)/chromium-browser/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so
|
||||
sed -e "/yield from _qtwebengine_settings_args/a\ yield '--widevine-path=${widevine}'" \
|
||||
-i ${PN}/config/qtargs.py || die
|
||||
|
||||
Reference in New Issue
Block a user