| Index: build/args/blimp_engine_containerized.gn
|
| diff --git a/build/args/blimp_engine_containerized.gn b/build/args/blimp_engine_containerized.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0c963ba2c2854c4d8035b4d0384a6545bbad8dfc
|
| --- /dev/null
|
| +++ b/build/args/blimp_engine_containerized.gn
|
| @@ -0,0 +1,14 @@
|
| +# GN args template for a blimp engine to be run within a docker container.
|
| +#
|
| +# Copy 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_containerized.gn\")" > out/foo/args.gn
|
| +# gn gen out/foo
|
| +
|
| +import("//build/args/blimp_engine.gn")
|
| +
|
| +# Not available within docker container.
|
| +use_alsa = false
|
| +use_pulseaudio = false
|
| +use_cups = false
|
| +use_glib = false
|
|
|