firefox: remove x11 wrapper.

x11 is already the default if not explicitly overwritten by GDK_BACKEND.
This commit is contained in:
Enno Boland 2019-03-01 15:43:36 +01:00 committed by Johannes
parent 8b82316105
commit 1b33bb9f3a
2 changed files with 1 additions and 10 deletions

View file

@ -1,5 +0,0 @@
#!/bin/sh
export GDK_BACKEND=x11
exec /usr/lib/firefox/firefox "$@"

View file

@ -4,7 +4,7 @@
#
pkgname=firefox
version=65.0.1
revision=1
revision=2
build_helper="rust"
short_desc="Mozilla Firefox web browser"
maintainer="Johannes <johannes.brechtmann@gmail.com>"
@ -163,9 +163,5 @@ do_install() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -sf firefox ${DESTDIR}/usr/lib/firefox/firefox-bin
vbin ${FILESDIR}/firefox-x11
vbin ${FILESDIR}/firefox-wayland
# Default to x11 for now, FF wayland is somewhat broken
ln -sf /usr/bin/firefox-x11 ${DESTDIR}/usr/bin/firefox
}