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

Wayland client support #183

Closed

Commits on Jul 29, 2024

  1. deployers: Add WaylandShellIntegrationPluginsDeployer

    In order to effectively use the Wayland platform, you must
    provide shell integration plugins. Introduce a deployer
    for these, and a new environment variable,
    EXTRA_WAYLAND_SHELL_INTEGRATION_PLUGINS to specify them.
    tdewey-rpi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    293431b View commit details
    Browse the repository at this point in the history
  2. deployers: Introduce WaylandGraphicsIntegrationClient

    In order to use the Wayland QT QPA platform, you must provide:
    1) libwayland
    2) A shell integration plugin
    3) A graphics integration plugin
    
    For Raspberry Pi Bookworm users, (1) is straightforward, (2) can
    rely on the default plugin, and (3) will likely be egl - but this
    deployer will just package all of them, if you ask for it.
    tdewey-rpi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2e3d293 View commit details
    Browse the repository at this point in the history