qutebrowser: fixup of 322d13e (#94046)

Webkit should never be the default backend.
This commit is contained in:
Michele Guerini Rocco 2020-07-28 10:21:31 +02:00 committed by GitHub
parent e4aaad49aa
commit 98ebda65a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
, libxslt, gst_all_1 ? null
, withPdfReader ? true
, withMediaPlayback ? true
, backend ? "webkit"
, backend ? "webengine"
}:
assert withMediaPlayback -> gst_all_1 != null;