summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-116.0.5817.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/chromium-116.0.5817.0.ebuild')
-rw-r--r--www-client/chromium/chromium-116.0.5817.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/www-client/chromium/chromium-116.0.5817.0.ebuild b/www-client/chromium/chromium-116.0.5817.0.ebuild
index 6bc2b1c..ba12ed2 100644
--- a/www-client/chromium/chromium-116.0.5817.0.ebuild
+++ b/www-client/chromium/chromium-116.0.5817.0.ebuild
@@ -713,6 +713,9 @@ chromium_configure() {
EOF
local -x PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+"${PKG_CONFIG_PATH}:"}${T}/libsystemd"
+ # Disable rust for now; it's only used for testing and we don't need the additional bdep
+ myconf_gn+=" enable_rust=false"
+
# GN needs explicit config for Debug/Release as opposed to inferring it from build directory.
myconf_gn+=" is_debug=false"