Skip to content
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

Missing support for linux_arm32_hfp #30

Open
thebino opened this issue Dec 8, 2019 · 3 comments
Open

Missing support for linux_arm32_hfp #30

thebino opened this issue Dec 8, 2019 · 3 comments

Comments

@thebino
Copy link

thebino commented Dec 8, 2019

With Kotlin 1.3 the support for raspberry was added (which is a linuxArm32Hfp plattform).
It would be great to extend the project for this platform.

I already compiled the libui manually and added it, but it should be done directly in this project instead of doing it manualy.

@msink
Copy link
Owner

msink commented Dec 8, 2019

It's easy to add it to this Kotlin wrapper, but problem is that currently upstream project did not publish artifacts for arm linux.
You can try to add arm targets to libui CI setup, should be possible - andlabs/libui#285

@thebino
Copy link
Author

thebino commented Dec 9, 2019

Is there still contribution ongoing? Looks like since april no pull-request got merged. I'm also not familiar with azure pipelines. Is there a linux-hfp arch template available?

@msink
Copy link
Owner

msink commented Dec 9, 2019

I too not familiar with azure, sorry - but it's ubuntu multiplatform, so should support cross-compiling to arm and arm64, AFAIK.

If contribution cannot go to upstream - well, it can be temporary applied to my fork - https://github.com/msink/libui - it's basicaly same as upstream, but with one path applied (for support OpenFolderDialog (#18), and still not migrated to azure - uses travis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants