summaryrefslogtreecommitdiffstats
path: root/build/args/blimp_engine.gn
blob: b78ba7ae05f9643cfb5ff9af5560854680ada22d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# GN args template for a blimp engine. Works within a docker container.
#
# Add import to arg.gn in out directory and run gn gen on the directory to use.
# E.g. for out directory out/foo:
# echo "import(\"//build/args/blimp_engine.gn\")" > out/foo/args.gn
# gn gen out/foo
#
# Use gn args to add your own build preference args.

use_aura = true
use_ozone = true

# Not available within docker container.
use_alsa = false
use_pulseaudio = false
use_cups = false
use_glib = false