我正在尝试编译GST Python与介子。
我在Windows上,没有PKG-Config。
因此,我尝试使Meson与Meson找到依赖关系(GSTREAMER(。Meson找到了Cmake,但我无法设置CMAKE_MODULE_PATH,因此Cmake会找到我的Findgstreamer-1.0.cmake文件。
我在Meson文档上看到了您可以设置CMake_Module_path选项,但它不起作用:
gst_dep = dependency('gstreamer-1.0', version : gst_req, method : 'cmake',
cmake_module_path : 'C:/Users/dvir4/Desktop/playgound/cmake',
fallback : ['gstreamer', 'gst_dep'])
仍然会产生错误:
Run-time dependency gstreamer-1.0 found: NO (tried cmake)
Looking for a fallback subproject for the dependency gstreamer-1.0
以某种方式我需要设置CMAKE变量CMAKE_MODULE_PATH。我找不到通过介子或环境变量设置它的方法。
如何让Cmake找到依赖性?
我在Windows上,没有PKG-Config。
它易于构建,并且将使许多项目起作用。https://github.com/pkgconf/pkgconf
(并不是说我是不熟悉GSTREAMERS构建的(