package/gst1-devtools: add optional gst1-rtsp-server dependency

Add optional gst1-rtsp-server dependency as checked for in
gst1-devtools-1.18.0/validate/tools/meson.build.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2020-10-19 21:27:57 +02:00 committed by Thomas Petazzoni
parent a7f1e2540c
commit f96dc1e64a

View File

@ -23,6 +23,10 @@ else
GST1_DEVTOOLS_DEPENDENCIES += host-python python
endif
ifeq ($(BR2_PACKAGE_GST1_RTSP_SERVER),y)
GST1_DEVTOOLS_DEPENDENCIES += gst1-rtsp-server
endif
GST1_DEVTOOLS_CONF_OPTS = \
-Dvalidate=enabled \
-Ddebug_viewer=disabled \