mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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:
committed by
Thomas Petazzoni
parent
a7f1e2540c
commit
f96dc1e64a
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user