summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-20 15:04:45 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-20 15:04:45 +0100
commit918ad83e4605b294d5595b963d8c83ee1d8f9ad8 (patch)
treec9e2c97eafc24786a7f52e6e196c371750b08d17 /meson_options.txt
parent2c9b513695e78dd2bfb06eef46594869eacc586b (diff)
meson: add options to set package name and origin
https://bugzilla.gnome.org/show_bug.cgi?id=782172
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
index 5d66945ed..f1ab3f046 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,3 +8,7 @@ option('with_gles2_module_name', type : 'string', value : '', description : 'The
option('disable_introspection',
type : 'boolean', value : false,
description : 'Whether to disable the introspection generation')
+option('with-package-name', type : 'string',
+ description : 'package name to use in plugins')
+option('with-package-origin', type : 'string', value : 'Unknown package origin',
+ description : 'package origin URL to use in plugins')