dv, gtk, qt, osxaudio, osxvideo, waveform: add to plugins list

Makes sure the paths for these plugins are included in the
uninstalled plugin paths list. And also for the docs.

Fixes #604
This commit is contained in:
Tim-Philipp Müller 2019-05-29 10:58:40 +01:00
parent cced65ee21
commit bf14759477
6 changed files with 6 additions and 1 deletions

View file

@ -18,7 +18,7 @@ if dv_dep.found()
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstdv, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstdv]
# FIXME
#executable('smpte_test',
# 'smpte_test.c', 'gstsmptetimecode.c',

View file

@ -53,5 +53,6 @@ if gtk_dep.found()
install_dir : plugins_install_dir,
)
pkgconfig.generate(gstgtk, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstgtk]
endif

View file

@ -160,6 +160,7 @@ if have_cxx and build_gstgl
install: true,
install_dir : plugins_install_dir)
pkgconfig.generate(gstqmlgl, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstqmlgl]
endif
endif
endif

View file

@ -41,4 +41,5 @@ if have_osxaudio
install : true,
install_dir : plugins_install_dir)
pkgconfig.generate(gstosxaudio, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstosxaudio]
endif

View file

@ -24,4 +24,5 @@ if have_objc and osxvideo_opengl_dep.found() and osxvideo_cocoa_dep.found()
install : true,
install_dir : plugins_install_dir)
pkgconfig.generate(gstosxvideo, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstosxvideo]
endif

View file

@ -24,4 +24,5 @@ if have_waveform
install : true,
install_dir : plugins_install_dir)
pkgconfig.generate(gstwaveformsink, install_dir : plugins_pkgconfig_install_dir)
plugins += [gstwaveformsink]
endif