summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-12-16 16:52:00 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-01-03 08:15:43 -0300
commit8d045b4197b601c164ba60817abe85f1923e05c6 (patch)
tree89cfc18ae84599cb711db58ba8fb9cefbbab0505 /meson.build
parent31e9641c4a869fd698dd059eaf5f53eaeb4a7136 (diff)
meson: Install presets files
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 82de4a30..f281d91f 100644
--- a/meson.build
+++ b/meson.build
@@ -178,6 +178,7 @@ else
endif
endif
+presetdir = join_paths(get_option('datadir'), 'gstreamer-' + api_version, 'presets')
subdir('gst')
subdir('ext')
subdir('tests')