firefox: enable gtk3 again

This commit is contained in:
Enno Boland 2016-09-12 15:35:42 +02:00
parent 66fa9310d3
commit 30bd2c59fa
1 changed files with 3 additions and 2 deletions

View File

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