Open blackliner opened 3 years ago
I've also run into this issue. In my case, this was due to the pkg-config application not being installed. This was fixed by installing pkg-config via "sudo apt install pkg-config". Can you verify that pkg-config is installed and can find OpenGL by requesting the version as such "pkg-config --modversion gl"?
→ pkg-config --modversion gl
1.2
Related #14909
Package and Environment Details (include every applicable attribute)
Conan profile (output of
conan profile show default
orconan profile show <profile>
if custom profile is in use)Steps to reproduce (Include if Applicable)
conan install opengl/system@
output:Asked around in #conan @cpplang, and it seems the way our system recipes are written is wrong. Something related to this issue?
I guess many more packages are affected, but for this specific one, it seems to be line 20
if not pkg_config.provides:
thats problematic.Workaround
remove
pkgconf
and installpkg-config