mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-22 06:02:18 +02:00
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
This commit is contained in:
parent
8235908d2f
commit
24efa2fedd
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user