www/firefox: depend on libpci to qualify for WebRender by default
On Intel Skylake this enables WebRender for Xorg and Wayland (wlroots).
Xwayland isn't qualified yet but Firefox can be tricked by unsetting
WAYLAND_DISPLAY or simply switching to native via MOZ_ENABLE_WAYLAND.
PR: 255344
Reported by: Evgeniy Khramtsov (via gecko@ list)
(cherry picked from commit f079b462f8
)
This commit is contained in:
parent
f09ca59357
commit
c6ce38ae43
@ -79,6 +79,9 @@ BUILD_DEPENDS+= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
|
||||
${RUST_DEFAULT}>=1.51.0:lang/${RUST_DEFAULT} \
|
||||
node:www/node
|
||||
LIB_DEPENDS+= libdrm.so:graphics/libdrm
|
||||
.if ${MOZILLA_VER:R:R} >= 85
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libpci.so:devel/libpci
|
||||
.endif
|
||||
MOZ_EXPORT+= ${CONFIGURE_ENV} \
|
||||
PERL="${PERL}" \
|
||||
PYTHON3="${PYTHON_CMD}" \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 89.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
|
Loading…
Reference in New Issue
Block a user