qutebrowser: fixup of 322d13e (#94046)

Webkit should never be the default backend.
gstqt5
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
1 changed files with 1 additions and 1 deletions

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;