summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-12-04 16:22:43 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-18 14:08:50 +0100
commitf0c56de1eeab891a9892f443d408dd458cf12f69 (patch)
treeac9f76abb8df04940db8fdd1465d6520d4aac62f /meson_options.txt
parentf351629524719b239daa2a7715e1e49477300328 (diff)
downloadgrilo-plugins-f0c56de1eeab891a9892f443d408dd458cf12f69.tar.gz
dleyna: Allow distributors to change the dleyna bus name
This makes it possible for the dleyna plugin to work against a namespaced dleyna D-Bus server, such as the one running inside a sandbox alongside the application it supports. Note that it currenly requires an unmerged change to dleyna-server. See: https://github.com/intel/dleyna-server/pull/164
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7ded397..ec324f6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,7 @@
option('enable-bookmarks', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Bookmarks plugin')
option('enable-chromaprint', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Chromaprint plugin')
option('enable-dleyna', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable dLeyna plugin')
+option('dleyna-service-name', type: 'string', value : 'com.intel.dleyna-server', description: 'D-Bus name for dLeyna server')
option('enable-dmap', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable DMAP plugin')
option('enable-filesystem', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Filesystem plugin')
option('enable-flickr', type: 'combo', choices: [ 'auto', 'yes', 'no' ], value: 'auto', description: 'Enable Flickr plugin')