bdbcat / oesenc_pi

GNU General Public License v2.0
10 stars 17 forks source link

Flatpak fixes #112

Closed leamas closed 3 years ago

leamas commented 3 years ago

The flatpak build was terribly broken, basically out of phase after updating the build templates. I might have missed it in the first place. Update the flatpak manifest and move the binary libusb to other binaries in libs/oeserverd.

Build logs: here

This will fail when building on arm64, the binaries then lives in new paths. Will cope with that later.

leamas commented 3 years ago

Reviewing the code, something in the back of my head: Didn't we add a build of the ip command to this build for some reason? Or, was that another plugin?