Corneliu Ungureanu

Results 3 comments of Corneliu Ungureanu

hello @renner0e, I've encountered the same issue while packaging librepods in a fedora container. The missing dependency is `bluez`. Running this on fedora container fixed it: `sudo dnf install bluez`...

You're right, for flatpak it was not bluez the issue. Anyway, I looked at the CMakeLists.txt and the minimum QT6 version is: 6.4 After changing the runtime and Sdk to...

I can still build it ``` flatpak run org.flatpak.Builder --force-clean --install --install-deps-from=flathub build --user io.github.kavishdevar.Librepods.yaml ``` ``` app-id: io.github.kavishdevar.Librepods runtime: org.kde.Platform sdk: org.kde.Sdk runtime-version: "6.6" base-version: "6.6" command: librepods finish-args:...