summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-20 15:16:04 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-20 15:18:55 +0100
commit89d9b7fa997788cd21a3c18f879c8c8cd13dd890 (patch)
treea7e949896707f1ad134299126e0088e98b17f85a /meson_options.txt
parent7b0a5ad30981d28dba7a7415ee7e9e2d384780e2 (diff)
downloadgst-libav-89d9b7fa997788cd21a3c18f879c8c8cd13dd890.tar.gz
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
new file mode 100644
index 0000000..52504a9
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,4 @@
+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')