firefox: remove fribidi dependency

This commit is contained in:
Dylan Araps 2021-07-07 19:08:54 +03:00
parent 42af66fc90
commit 67e68d5e43
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,10 @@
patch -p1 < no-gtk2.patch
# Remove fribidi dependency.
sed '/fribidi/d' config/system-headers.mozbuild > _
mv -f _ config/system-headers.mozbuild
# Remove libc header which conflicts with 7 or so Linux
# kernel headers. See: https://github.com/kisslinux/repo/issues/207
_f=dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-netlink.c

View File

@ -8,7 +8,6 @@ expat
ffmpeg
fontconfig
freetype-harfbuzz
fribidi
gdk-pixbuf
glib
gtk+3