diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-08-08 11:15:55 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 11:11:33 -0300 |
commit | 24efa2fedd9d93ddbf118eb59bac81dbe71d424a (patch) | |
tree | 9ab9e4bf4f3404e372d6c522e5e1e0ed77600f5b /testing | |
parent | 8235908d2fa6a9f87670cf77b91570249e443a18 (diff) | |
download | aports-24efa2fedd9d93ddbf118eb59bac81dbe71d424a.tar.bz2 aports-24efa2fedd9d93ddbf118eb59bac81dbe71d424a.tar.xz |
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
Diffstat (limited to 'testing')
-rw-r--r-- | testing/firefox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ncopa@alpinelinux.org> 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 \ |