Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2018-02-28 15:52:21 +0300
committerBrendan Long <self@brendanlong.com>2018-04-25 16:24:55 +0300
commit6f91c37f470b923efa8f8cc5435a33e545b4523f (patch)
treeafe50978cf2ed8af4bfae219a6ce5447e602ef8b /meson_options.txt
parent78d7ced862aa491d64d9b5f135b2ba2d893b79d1 (diff)
switch to meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..d8d89320
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,12 @@
+option('share-plugins',
+ type: 'array',
+ choices : ['browser', 'email', 'instapaper', 'pocket', 'telegram', 'twitter', 'wallabag'],
+ value : ['browser', 'email', 'instapaper', 'pocket', 'telegram', 'twitter', 'wallabag'],
+ description: 'List of share plugins to install'
+)
+option('backend-plugins',
+ type: 'array',
+ choices: ['bazqux', 'feedbin', 'feedhq', 'feedly', 'fresh', 'inoreader', 'local', 'oldreader', 'owncloud', 'ttrss'],
+ value : ['bazqux', 'feedbin', 'feedhq', 'feedly', 'fresh', 'inoreader', 'local', 'oldreader', 'owncloud', 'ttrss'],
+ description: 'List of backend plugins to install'
+)