You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add options for cmake to build HyperHDR with system libs like flatbuffers, mbedtls and qmqtt.
Fedora rules requred unbundle as much as possible.
What problem does this feature solve?
Build HyperHDR for Fedora and add to official repo.
How should this be implemented in your opinion?
Change CMakeLists.txt file.
Are you willing to work on this yourself?
No. I don't know cmake build system.
The text was updated successfully, but these errors were encountered:
Hi
flatbuffers and mbedtls are critical core libraries for HyperHDR, each version must be tested before upgrading and I don't see possibility to rely on system libs here. For example current mbedtls 3.3 causing problems for webos. qmqtt also needed some modification to build configuration to make it work also with Qt6 (its CMakeLists.txt is hardlinked to Qt5) but qmqtt is not a critical component and can be disabled with cmake configuration option.
Feature request
Please add options for cmake to build HyperHDR with system libs like flatbuffers, mbedtls and qmqtt.
Fedora rules requred unbundle as much as possible.
What problem does this feature solve?
Build HyperHDR for Fedora and add to official repo.
How should this be implemented in your opinion?
Change CMakeLists.txt file.
Are you willing to work on this yourself?
No. I don't know cmake build system.
The text was updated successfully, but these errors were encountered: