Commit b9fa5ec2 authored by Andrey Kosyakov's avatar Andrey Kosyakov Committed by Commit Bot

Build config: use_atk only if glib is enabled

Also, disable glib explicitly for headless.

Change-Id: I10c4d46e623b9a5b563067e51ba9daf1646369a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075084Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744786}
parent f4672b22
......@@ -42,3 +42,4 @@ use_pulseaudio = false
use_udev = false
rtc_use_pipewire = false
v8_enable_lazy_source_positions = false
use_glib = false
......@@ -48,7 +48,7 @@ use_x11 = is_linux && !use_ozone
assert(!use_glib || (is_linux && !is_chromeos && !is_chromecast))
# Whether to use atk, the Accessibility ToolKit library
use_atk = is_desktop_linux && !is_chromecast
use_atk = is_desktop_linux && !is_chromecast && use_glib
# =============================================
# PLEASE DO NOT ADD MORE FLAGS TO THIS FILE
# =============================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment