firefox: enable gtk3 again
This commit is contained in:
parent
66fa9310d3
commit
30bd2c59fa
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'firefox'.
|
||||
pkgname=firefox
|
||||
version=48.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Lightweight gecko-based web browser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.mozilla.org/firefox/"
|
||||
|
@ -29,8 +29,9 @@ makedepends="
|
|||
depends="nss>=3.21 desktop-file-utils hicolor-icon-theme"
|
||||
conflicts="firefox-esr>=0"
|
||||
|
||||
build_options_default="gtk3"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*) build_options_default="rust" ;;
|
||||
x86_64*) build_options_default+=" rust" ;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in New Issue