-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FindXCB cmake module not found #5758
Comments
It's in a recursive submodule, so you should init it properly. |
Yes, but this file: FindXCB.cmake should have been shipped by qt5-x11embed in the first place ... |
Why? It's a source-only submodule which pulls in another source-only submodule? What's wrong with the current technique? The current technique already relies on the submodule, which means it'll always be available. LMMS relies on a ton of these currently #3963. If you prefer to use a system-provided package instead, that may be a good justification for a PR against |
Agreed. Closing. |
Under Fedora, the FindXCB module needed by src/3rdparty/qt5-x11embed/CMakeLists.txt is found in:
So, as a workaround, I added the following line in the principal CMakeLists.txt file of lmms:
The file FindXCB.cmake is provided by the "extra-cmake-modules" package.
The text was updated successfully, but these errors were encountered: