summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-08-12 12:55:00 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-08-12 12:55:00 +0100
commit6eb614096911547687c14b9776488e48f2f66bd3 (patch)
tree4bf50bda39a33c65e6f852d5892ecbc3e3ee0485 /meson_options.txt
parente997d2baf5078a67fe2a5d1b6d3b7a106d509db8 (diff)
downloadgstreamer-plugins-base-6eb614096911547687c14b9776488e48f2f66bd3.tar.gz
meson: use iso-codes in gsttag if available
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 55c95e877..ec8061b0e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,6 +16,8 @@ option('gles2_module_name', type : 'string', value : '',
description : 'The file to pass to g_module_open to open the libGLESv2 library (default: libGLESv2)')
option('install_plugins_helper', type: 'string', value: '',
description: 'Path of distro helper script to call to install missing plugins')
+option('iso-codes', type : 'feature', value : 'auto',
+ description: 'Use iso-codes in libgsttag (for language names)')
# Feature options for plugins with no external deps
option('adder', type : 'feature', value : 'auto')