nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
69.62k stars 7.62k forks source link

chat(build): remove dependency on WaylandCompositor #2949

Closed cebtenzzre closed 2 weeks ago

cebtenzzre commented 2 weeks ago

WaylandCompositor is for building a Wayland compositor (server), using Qt (ref):

QtWaylandCompositor API:     Enables the creation of Wayland compositors using Qt and QtQuick.

What we actually need is the Wayland platform plugin, which is not supported by linuxdeployqt (see #2306).

This reverts PR #1118.

cebtenzzre commented 2 weeks ago

CI passed on Linux.