summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2018-06-30 13:19:58 +0200
committerJoaquim Rocha <jrocha@endlessm.com>2018-07-24 13:31:23 +0200
commit77fb3eb8113eff7c83f90f3eb0bb9e7918a3b519 (patch)
tree9141691fcb61058b5401306ee77ab55cc7ca59f9 /meson_options.txt
parent344f15c3fa7ce94120c60415ac009cd1161002b2 (diff)
downloadgnome-initial-setup-77fb3eb8113eff7c83f90f3eb0bb9e7918a3b519.tar.gz
build: Build with meson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..89f99e6
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+option('vendor-conf-file',
+ type: 'string',
+ description: 'points to a keyfile containing vendor customization'
+)