validate: meson: Do not mixup gstvalidate lib and tracer plugin

Even though it is mostly the same thing in the end
This commit is contained in:
Thibault Saunier 2016-11-15 18:55:09 -03:00
parent 8bd0cb13e8
commit 612eaa4ad5

View file

@ -48,7 +48,7 @@ gstvalidate = shared_library('gstvalidate-1.0',
dependencies : [gst_dep, glib_dep, gio_dep, gmodule_dep,
gst_pbutils_dep, mathlib, json_dep])
gstvalidate = shared_library('gstvalidateplugin',
gstvalidateplugin = shared_library('gstvalidateplugin',
sources: gstvalidate_sources,
include_directories : [inc_dirs],
install: true,