Hello, it me again.
I am trying to build Avogadro2 for Tumbleweed with Science repo. I use Science repo because some dependency like molequeue is not in factory yet.
https://build.opensuse.org/package/show/home:andythe_great/Avogadro2
I got stuck with
CMake Error at avogadro/CMakeLists.txt:99 (add_executable):
6s] Target "avogadro" links to target "Qt5::OpenGL" but the target was not
6s] found. Perhaps a find_package() call is missing for an IMPORTED target, or
6s] an ALIAS target is missing?
I assume that it is missing Qt5OpenGL.
So I tried adding
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qttools-devel
BuildRequires: libQt5OpenGL-devel
BuildRequires: libQt5OpenGL5
But it does not fix the issue.
So I’m not sure what cause this error.
Thanks.