summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-23 14:55:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-01-23 14:55:10 +0000
commit95191bcbfe380ce75ad4905d8566c1c55bb6a10d (patch)
treea23c8dafed5df89a9390d387fb3f4a59d789fe63 /www
parentwww/firefox: unbreak WAYLAND=off build after r490910 (diff)
www/firefox: hide WAYLAND option after r490910
Wayland support cannot be disabled independent of x11-toolkits/gtk30 and there're no new dependencies due to libmozwayland.so shim. https://bugzilla.mozilla.org/show_bug.cgi?id=1501218 PR: 233791
Notes
Notes: svn path=/head/; revision=491043
Diffstat (limited to 'www')
-rw-r--r--www/firefox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile
index cdae0eacc54e..73fbf17b7475 100644
--- a/www/firefox/Makefile
+++ b/www/firefox/Makefile
@@ -41,7 +41,7 @@ FIREFOX_DESKTOP= ${MOZSRC}/taskcluster/docker/${MOZILLA}-snap/${MOZILLA}.desktop
MOZ_OPTIONS= --enable-application=browser \
--enable-official-branding
-OPTIONS_EXCLUDE= DTRACE
+OPTIONS_EXCLUDE= DTRACE WAYLAND
.include "${.CURDIR}/../../www/firefox/Makefile.options"