From 5841237578d771b5c3612f169a74c9bcfa136db6 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 30 Apr 2018 14:57:16 +0200 Subject: Build with Wayland backend enabled --- firefox.sh.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index c546795..f149564 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -239,6 +239,10 @@ do esac done +if ! [ "$GDK_BACKEND" ]; then + export GDK_BACKEND=x11 +fi + # Run the browser debugging=0 if [ $debugging = 1 ] -- cgit