mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
validate: tools: fix build dependencies for validate-rtsp-server
In file included from ../subprojects/gst-devtools/validate/tools/gst-validate-rtsp-server.c:21:0: .../gst/gst.h:31:10: fatal error: gst/gstenumtypes.h: No such file or directory
This commit is contained in:
parent
0b9218f23f
commit
9fdfb2d7b7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ if rtsp_server_dep.found()
|
|||
'gst-validate-rtsp-server.c',
|
||||
install: true,
|
||||
include_directories: inc_dirs,
|
||||
dependencies: [rtsp_server_dep],
|
||||
dependencies: [rtsp_server_dep, gst_dep, glib_dep],
|
||||
c_args: [gst_c_args],
|
||||
link_with: [gstvalidate]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue