summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-11-01 09:23:08 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-01 16:45:17 -0700
commit46127b46e7500fd6521b30d0e9497e92c01fd0fe (patch)
treeed5e96a999da01300bb60b684c292d1fc5deeb19 /meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb
parent1a705b3b955253ffb3f52a64cafdcef50ad40672 (diff)
downloadmeta-openembedded-46127b46e7500fd6521b30d0e9497e92c01fd0fe.tar.gz
libtinyxml2: use cmake buildsystem
Currently tinyxml2 is built with meson, which doesn't generate files in /usr/lib/cmake Use cmake instead. This will generate files in both /usr/lib/cmake and /usr/lib/pkgconfig and allow cmake projects to find libtinyxml2. Avoids errors such as: | CMake Error at CMakeLists.txt:11 (find_package): | By not providing "FindTinyXML2.cmake" in CMAKE_MODULE_PATH this project has | asked CMake to find a package configuration file provided by "TinyXML2", | but CMake did not find one. | | Could not find a package configuration file provided by "TinyXML2" with any | of the following names: | | TinyXML2Config.cmake | tinyxml2-config.cmake | | Add the installation prefix of "TinyXML2" to CMAKE_PREFIX_PATH or set | "TinyXML2_DIR" to a directory containing one of the above files. If | "TinyXML2" provides a separate development package or SDK, be sure it has | been installed. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.1.bb')
0 files changed, 0 insertions, 0 deletions