Bug 1560545 - Force-enable wayland support in Linux builds. r=chmanchester

So that we don't end up disabling it by accident.

Differential Revision: https://phabricator.services.mozilla.com/D35752

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2019-06-26 06:03:20 +00:00
Родитель 77a9c1c803
Коммит ed3910db06
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,12 @@
. "$topsrcdir/build/unix/mozconfig.unix"
case "$PERFHERDER_EXTRA_OPTIONS" in
base-toolchains*)
# We don't build against wayland for base-toolchain builds.
;;
*)
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
;;
esac
export MOZ_NO_PIE_COMPAT=1