fedora33 with pulseaudio
This commit is contained in:
parent
db455eb0b1
commit
4411d83bd5
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
|
@ -17,7 +17,7 @@ deps_deb() {
|
||||||
|
|
||||||
deps_rpm() {
|
deps_rpm() {
|
||||||
echo "deps_rpm: begin."
|
echo "deps_rpm: begin."
|
||||||
deps="python3 python3-distutils-extra clang pkg-config gcc curl wget nodejs nasm yasm zip m4 python3-zstandard python-zstandard python-devel python3-devel gtk3-devel llvm gtk2-devel dbus-glib-devel libXt-devel"
|
deps="python3 python3-distutils-extra clang pkg-config gcc curl wget nodejs nasm yasm zip m4 python3-zstandard python-zstandard python-devel python3-devel gtk3-devel llvm gtk2-devel dbus-glib-devel libXt-devel pulseaudio-libs-devel"
|
||||||
dnf -y install $deps
|
dnf -y install $deps
|
||||||
echo "deps_rpm: done."
|
echo "deps_rpm: done."
|
||||||
}
|
}
|
||||||
|
|
@ -113,7 +113,6 @@ export MOZ_REQUIRE_SIGNING=0
|
||||||
# Features
|
# Features
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
ac_add_options --disable-updater
|
ac_add_options --disable-updater
|
||||||
ac_add_options --disable-pulseaudio
|
|
||||||
|
|
||||||
# Disables crash reporting, telemetry and other data gathering tools
|
# Disables crash reporting, telemetry and other data gathering tools
|
||||||
mk_add_options MOZ_CRASHREPORTER=0
|
mk_add_options MOZ_CRASHREPORTER=0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue