mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
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.
This commit is contained in:
parent
8d180557eb
commit
0364f74643
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ if have_ptp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install_data(['gst_gdb.py', 'glib_gobject_helper.py'],
|
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 = configuration_data()
|
||||||
gdbconf.set('GST_API_VERSION', apiversion)
|
gdbconf.set('GST_API_VERSION', apiversion)
|
||||||
|
|
Loading…
Reference in a new issue