mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
www/firefox: depends on libXtst for the new libwebrtc
the current libwebrtc needs libXtst - even as firefox' docs only "recommend" libXtst, it's actually a hard requirement. this goes into bsd.gecko.mk, as it will affect all gecko ports in due time, even if currently only www/firefox has the new libwebrtc. PR: 261710 Reported by: Benjamin Takacs
This commit is contained in:
parent
6ab112d4ac
commit
da0c081414
@ -68,7 +68,7 @@ USE_GNOME= cairo gdkpixbuf2 gtk30
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrender xt
|
||||
.if ${MOZILLA_VER:R:R} >= 96
|
||||
USE_XORG+= xrandr
|
||||
USE_XORG+= xrandr xtst
|
||||
.endif
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_OUTSOURCE= yes
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= firefox
|
||||
DISTVERSION= 97.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
|
||||
|
Loading…
Reference in New Issue
Block a user