mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
curl: fix meson build
Include libsdir so our i18n header there is found.
This commit is contained in:
parent
72eebe7f53
commit
16294a147e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if curl_dep.found()
|
|||
gstcurl = library('gstcurl',
|
||||
curl_sources,
|
||||
c_args : gst_plugins_bad_args,
|
||||
include_directories : [configinc],
|
||||
include_directories : [configinc, libsinc],
|
||||
dependencies : [gstbase_dep, curl_dep] + winsock2,
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
|
|
Loading…
Reference in a new issue