summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-11 18:21:19 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-08-07 20:39:38 +0100
commit6a331c4e4d7d53fa1d6715e1a9e5e2494fbef12d (patch)
tree8f93a47508280002884e52622bd24a8ba86133c0
parenta8ec2d99100a699958a32eb342dd15f6a72f8fcd (diff)
meson: set correct install path for gdb helper
The original version of the patch used glib-2.0 but that was later changed to gstreamer-1.0 for autotools. The meson file was forgotten. Fix the path to match the one used in libgstreamer-gdb.py.in.
-rw-r--r--libs/gst/helpers/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/helpers/meson.build b/libs/gst/helpers/meson.build
index 747cc9e84..672ccba74 100644
--- a/libs/gst/helpers/meson.build
+++ b/libs/gst/helpers/meson.build
@@ -126,7 +126,7 @@ if have_ptp
endif
install_data(['gst_gdb.py', 'glib_gobject_helper.py'],
- install_dir : join_paths(get_option('datadir'), 'glib-2.0', 'gdb'))
+ install_dir : join_paths(get_option('datadir'), 'gstreamer-@0@'.format(apiversion), 'gdb'))
gdbconf = configuration_data()
gdbconf.set('GST_API_VERSION', apiversion)