From 24efa2fedd9d93ddbf118eb59bac81dbe71d424a Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 8 Aug 2019 11:15:55 +0200 Subject: testing/firefox: enable wayland capabilities This doesn't change anything for Xorg sessions, but for Wayland sessions it makes use of the GDK Wayland backend (if set by the session, e.g. via GDK_BACKEND=wayland), which enables things like fractional scaling and different scaling factors across different monitors --- testing/firefox/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing') diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 7dc153ee52..051ccec140 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=firefox pkgver=68.0 -pkgrel=0 +pkgrel=1 pkgdesc="Firefox web browser" url="https://www.firefox.com/" # limited by rust and cargo @@ -107,7 +107,7 @@ build() { --disable-updater \ \ --enable-alsa \ - --enable-default-toolkit=cairo-gtk3 \ + --enable-default-toolkit=cairo-gtk3-wayland \ --enable-official-branding \ --enable-optimize="$CFLAGS -O2" \ --enable-startup-notification \ -- cgit v1.2.3