summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-20 14:58:37 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-20 14:58:37 +0100
commita6e55d331bd2497c9b09aff8ac3f87f66d1213bc (patch)
tree21ca7fa4efe204c39a045205111fd2ddece56e38 /meson_options.txt
parent82f0bc240fafa8c8a6dbbe2f80a056a053d5c585 (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.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 07db6618..7d8b60a4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,6 @@
-option('x264_libraries', type : 'string', value : '', description : 'Colon separated list of additional x264 library paths, e.g. for 10-bit version')
-
+option('x264_libraries', type : 'string', value : '',
+ description : 'Colon separated list of additional x264 library paths, e.g. for 10-bit version')
+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')