firefox: drop hint regarding system cairo

Building with system cairo has been unsupported since Firefox 60
(mozbz#1432751) and the flag was removed in 2021 with Firefox 92
(mozbz#1722653).
This commit is contained in:
Martin Weinelt 2022-03-21 05:27:19 +01:00
parent 25e22d96ba
commit 48eabf6838
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -260,7 +260,6 @@ buildStdenv.mkDerivation ({
"--with-system-icu"
"--enable-system-ffi"
"--enable-system-pixman"
#"--enable-system-cairo"
"--disable-tests"
"--disable-updater"
"--enable-default-toolkit=${default-toolkit}"