summaryrefslogtreecommitdiffstats
path: root/src/core/config/embedded_linux.pri
blob: d5f6d4bf5616ad966baad2f14284efd764b7b24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include(linux.pri)

gn_args += \
    is_desktop_linux=false \
    use_gold=false \
    use_ozone=true \
    use_sysroot=false \
    enable_session_service=false \
    enable_notifications=false \
    ozone_auto_platforms=false \
    ozone_platform_headless=true \
    ozone_platform_external=true \
    ozone_platform=\"qt\" \
    toolkit_views=false

use?(icecc) {
    gn_args += use_debug_fission=false
}