hyprwm / hyprpicker

A wlroots-compatible Wayland color picker that does not suck.
BSD 3-Clause "New" or "Revised" License
690 stars 30 forks source link

Build issue with openGL on ARM64 target #80

Closed dylad closed 3 months ago

dylad commented 3 months ago

While trying to build hyprpicker from sources for an ARM64 target, link failed because openGL lib isn't supported by the target machine. If I remove the openGL dependency (but keep GLESv2), hyprpicker builds fine. So I was wondering if the openGL feature could be optional at compile time ?

vaxerski commented 3 months ago

come to think of it, is GLES even required? hyprpicker isnt gpu accelerated IIRC.

dylad commented 3 months ago

At least, hyprpicker builds fine if I remove both openGL and GLESv2 from CMakeLists.txt

vaxerski commented 3 months ago

yeah I probably put those deps by accident

dylad commented 3 months ago

Should I open a PR to remove them ?

fufexan commented 3 months ago

Yes, please.