|
. "$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
|