summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-11-19 08:48:35 +0000
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 11:57:00 +0200
commitcd1418222bfa8a29a85b9ab8172980f5c608f23f (patch)
treeb09090c2c4ffc908465a7a58c764ce9c33cc5bf3 /meson_options.txt
parent3a91cb1c29f7959853e19c996fd6244038896073 (diff)
meson: Install pkg-config files
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d2a7155b7..a550df2c4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -21,6 +21,9 @@ option('database',
option('legacy-database-entry-format',
type : 'boolean',
description : 'Try to load legacy (< 1.0) database files (card, device and volume restore)')
+
+# Paths
+
option('pulsedspdir',
type : 'string',
description : 'Specify location where OSS wrapper will be installed')