mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
dfdf59058d
Some mozconfigs don't include mozconfig.linux*, and don't get gtk-related definitions, so move them in a separate mozconfig. To avoid having two files, one for 32-bit builds and one for 64-bit builds, rely on the includer to set PKG_CONFIG_LIBDIR appropriately. At the same time, move all the --enable-default-toolkit=cairo-gtk2 in that new file in the case the gtk3 package wasn't pulled from tooltool.
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
. $topsrcdir/browser/config/mozconfigs/linux64/nightly
|
|
|
|
ac_add_options --enable-valgrind
|
|
ac_add_options --disable-jemalloc
|
|
ac_add_options --disable-install-strip
|
|
|
|
# Include the override mozconfig again (even though the above includes it)
|
|
# since it's supposed to override everything.
|
|
. "$topsrcdir/build/mozconfig.common.override"
|