コマンドでxorgをインストールする際に、 pkg-config ツールを使用してconan receipeconan install ..
でシステム要件を確認します。
欠落しているシステム パッケージごとに例外が発生するため、conan install コマンドを停止します。
ERROR: xorg/system: Error in package_info() method, line 97
self._fill_cppinfo_from_pkgconfig(name)
while calling '_fill_cppinfo_from_pkgconfig', line 24
if not pkg_config.provides:
ConanException: pkg-config command ['pkg-config', '--print-provides', 'xcb-renderutil', '--print-errors'] failed with error: Command 'pkg-config --print-provides xcb-renderutil --print-errors' returned non-zero exit status 1.
Package xcb-renderutil was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-renderutil.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xcb-renderutil' found
これらのシステム パッケージを conan ツールでインストールできません。conan を呼び出すときにコマンド ライン引数がありませんか?