aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-08-08 11:15:55 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-08-08 11:11:33 -0300
commit24efa2fedd9d93ddbf118eb59bac81dbe71d424a (patch)
tree9ab9e4bf4f3404e372d6c522e5e1e0ed77600f5b /testing/firefox/APKBUILD
parent8235908d2fa6a9f87670cf77b91570249e443a18 (diff)
downloadaports-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/firefox/APKBUILD')
-rw-r--r--testing/firefox/APKBUILD4
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 \